tutorials: Put the foamyHexMesh flange tutorial back in the test loop
This commit is contained in:
@ -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 $*
|
||||||
|
|||||||
Reference in New Issue
Block a user