From f18ffee22ef895c60c5d207c6fad3736e048e8ed Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Fri, 6 Oct 2017 09:24:21 +0100 Subject: [PATCH] tutorials: Put the foamyHexMesh flange tutorial back in the test loop --- tutorials/mesh/foamyHexMesh/Allrun | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tutorials/mesh/foamyHexMesh/Allrun b/tutorials/mesh/foamyHexMesh/Allrun index 89721a10a4..84aaef8e73 100755 --- a/tutorials/mesh/foamyHexMesh/Allrun +++ b/tutorials/mesh/foamyHexMesh/Allrun @@ -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 $*