TUT: test mode not respected (closes #710)

- now replaced 'if ! isTest' with 'if notTest' for most cases.
This commit is contained in:
Mark Olesen
2018-02-20 12:54:44 +01:00
parent 63edb6024b
commit fe140cd6c5
24 changed files with 36 additions and 27 deletions

View File

@ -9,7 +9,7 @@ cd ${0%/*} || exit 1 # Run from this directory
( cd blob && ./Allrun $* )
( cd simpleShapes && ./Allrun $* )
if ! isTest $@
if notTest $@
then
( cd flange && ./Allrun $* )
( cd mixerVessel && ./Allrun $* )