TUT: Correction for Alltest

This commit is contained in:
Andrew Heather
2020-07-20 10:19:34 +01:00
parent fa86a98482
commit dc6c3c8add

View File

@ -7,6 +7,9 @@ cd "${0%/*}" || exit # Run from this directory
runApplication $(getApplication)
./createGraphs
if notTest "$@"
then
./createGraphs
fi
#------------------------------------------------------------------------------