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:
Henry Weller
2016-02-15 15:49:05 +00:00
parent 3faa7e2284
commit cfa7678ba8
14 changed files with 56 additions and 98 deletions

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
(cd validation && ./Allrun $*)
# ----------------------------------------------------------------- end-of-file

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
(cd validation && ./Allrun $*)
# ----------------------------------------------------------------- end-of-file

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
(cd validation && ./Allrun $*)
# ----------------------------------------------------------------- end-of-file

View File

@ -9,7 +9,6 @@ application=`getApplication`
runApplication $application
(cd validation && ./Allrun)
(cd validation && ./Allrun $*)
# ----------------------------------------------------------------- end-of-file