TUT: tutorial script updates

This commit is contained in:
Andrew Heather
2019-06-24 13:51:15 +01:00
parent 53cf9e2182
commit 40401ccbd0
4 changed files with 5 additions and 6 deletions

View File

@ -4,7 +4,7 @@ cd ${0%/*} || exit 1 # Run from this directory
if notTest $@
then
foamRunTutorials
foamRunTutorials -skipFirst
else
echo "--- Skipping testing of tutorials in : $PWD" 1>&2
fi