tutorials: Put the foamyHexMesh flange tutorial back in the test loop
This commit is contained in:
@ -14,6 +14,10 @@ then
|
||||
cd blob || exit
|
||||
./Allrun $*
|
||||
)
|
||||
(
|
||||
cd flange || exit
|
||||
./Allrun $*
|
||||
)
|
||||
(
|
||||
cd simpleShapes || exit
|
||||
./Allrun $*
|
||||
@ -21,10 +25,6 @@ then
|
||||
|
||||
if ! isTest $@
|
||||
then
|
||||
(
|
||||
cd flange || exit
|
||||
./Allrun $*
|
||||
)
|
||||
(
|
||||
cd mixerVessel || exit
|
||||
./Allrun $*
|
||||
|
||||
Reference in New Issue
Block a user