tutorials: Put the foamyHexMesh flange tutorial back in the test loop

This commit is contained in:
Will Bainbridge
2017-10-06 09:24:21 +01:00
parent 87506d8696
commit f18ffee22e

View File

@ -14,6 +14,10 @@ then
cd blob || exit cd blob || exit
./Allrun $* ./Allrun $*
) )
(
cd flange || exit
./Allrun $*
)
( (
cd simpleShapes || exit cd simpleShapes || exit
./Allrun $* ./Allrun $*
@ -21,10 +25,6 @@ then
if ! isTest $@ if ! isTest $@
then then
(
cd flange || exit
./Allrun $*
)
( (
cd mixerVessel || exit cd mixerVessel || exit
./Allrun $* ./Allrun $*