BUG: sourced incorrect LogFunctions location

- cleanup the run script syntax
This commit is contained in:
Mark Olesen
2019-11-08 13:14:14 +01:00
committed by Andrew Heather
parent cc5fac8299
commit 784d3ad5d4
2 changed files with 12 additions and 13 deletions

View File

@ -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