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

@ -8,7 +8,7 @@ application=$(getApplication)
runApplication blockMesh
runApplication $application
if notTest $@
if notTest "$@"
then
foamDictionary system/controlDict -entry endTime -set 4
foamDictionary system/controlDict -entry startTime -set 0.5

View File

@ -8,7 +8,7 @@ application=$(getApplication)
runApplication blockMesh
runApplication $application
if notTest $@
if notTest "$@"
then
foamDictionary system/controlDict -entry endTime -set 4
foamDictionary system/controlDict -entry startTime -set 0.5