mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: verificationAndValidation Allrun uses bash
STYLE: double-quote "$@" for isTest/notTest
This commit is contained in:
@ -26,7 +26,7 @@ runApplication blockMesh
|
||||
runApplication decomposePar
|
||||
runParallel $(getApplication)
|
||||
|
||||
if notTest $@
|
||||
if notTest "$@"
|
||||
then
|
||||
# create validation plot
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ Stokes
|
||||
"
|
||||
|
||||
endTime=2
|
||||
if notTest $@
|
||||
if notTest "$@"
|
||||
then
|
||||
endTime=25
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user