mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
@ -9,7 +9,6 @@ application=`getApplication`
|
||||
|
||||
runApplication $application
|
||||
|
||||
(cd validation && ./Allrun)
|
||||
(cd validation && ./Allrun $*)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ application=`getApplication`
|
||||
|
||||
runApplication $application
|
||||
|
||||
(cd validation && ./Allrun)
|
||||
(cd validation && ./Allrun $*)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ application=`getApplication`
|
||||
|
||||
runApplication $application
|
||||
|
||||
(cd validation && ./Allrun)
|
||||
(cd validation && ./Allrun $*)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ application=`getApplication`
|
||||
|
||||
runApplication $application
|
||||
|
||||
(cd validation && ./Allrun)
|
||||
(cd validation && ./Allrun $*)
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user