mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
foamRunTutorials: Rationalized support for the "-test" option
RunFunctions: Added "isTest()" argument parsing function
tutorials: Updated Allrun scripts to propagate the "-test" option
tutorials: Removed the lower Alltest scripts and updated the Allrun to
use the "isTest()" function to handle test-specific operation
This commit is contained in:
@ -3,12 +3,12 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
(
|
||||
cd throttle || exit
|
||||
./Allrun
|
||||
./Allrun $*
|
||||
)
|
||||
|
||||
(
|
||||
cd throttle3D || exit
|
||||
./Allrun
|
||||
./Allrun $*
|
||||
)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
Reference in New Issue
Block a user