mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: sourced incorrect LogFunctions location
- cleanup the run script syntax
This commit is contained in:
committed by
Andrew Heather
parent
cc5fac8299
commit
784d3ad5d4
@ -67,11 +67,11 @@ do
|
||||
done
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
. ${WM_PROJECT_DIR:?}/bin/LogFunctions # Tutorial log-file functions
|
||||
. ${WM_PROJECT_DIR:?}/bin/tools/LogFunctions # Tutorial log-file functions
|
||||
|
||||
if [ -z "$optCollect" ]
|
||||
then
|
||||
foamRunTutorials -skipFirst $* # Run tutorials recursively
|
||||
foamRunTutorials -skipFirst $* # Run recursively
|
||||
fi
|
||||
|
||||
collectLogs
|
||||
|
||||
Reference in New Issue
Block a user