mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: foamRunTutorials: Enable Alltest files to be read as well as Allrun
foamRunTutorials now accepts two arguments: -test : Preferentially execute Alltest, if present, over Allrun. -skipFirst : Skip Alltest/Allrun at the top level to prevent recursion Added because some tutorials are not dependent on controlDict and take a long time.
This commit is contained in:
@ -68,7 +68,7 @@ logReport()
|
||||
|
||||
|
||||
# Recursively run all tutorials
|
||||
foamRunTutorials cases
|
||||
foamRunTutorials -test -skipFirst
|
||||
|
||||
|
||||
# Analyse all log files
|
||||
|
||||
Reference in New Issue
Block a user