TUT: verificationAndValidation Allrun uses bash

STYLE: double-quote "$@" for isTest/notTest
This commit is contained in:
Mark Olesen
2020-03-30 21:14:29 +02:00
parent 8a4ea197cd
commit 9b1c0786ce
36 changed files with 50 additions and 43 deletions

View File

@ -26,7 +26,7 @@ runApplication blockMesh
runApplication decomposePar
runParallel $(getApplication)
if notTest $@
if notTest "$@"
then
# create validation plot

View File

@ -14,7 +14,7 @@ runParallel $(getApplication)
# Run noise tool for both point and surface
if notTest $@
if notTest "$@"
then
runParallel -s point noise -dict system/noiseDict-point

View File

@ -10,7 +10,7 @@ Stokes
"
endTime=2
if notTest $@
if notTest "$@"
then
endTime=25
fi