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

@ -29,7 +29,7 @@ run resolved
# Run with the plenum modelled by a boundary condition
run modelled
if ! isTest $@
if notTest $@
then
# Plot a comparison of the pressure in the neck
cat << EOF | gnuplot -persist

View File

@ -26,7 +26,7 @@ setDecompressionTankFine()
# Do decompressionTank
( cd decompressionTank && foamRunTutorials )
if ! isTest $@
if notTest $@
then
# Clone case
cloneCase decompressionTank decompressionTankFine