tutorials: circuitBoardCooling: Fix unconfirmed completion in testLoopReport

This commit is contained in:
Will Bainbridge
2023-05-09 15:28:02 +01:00
parent b5142dca74
commit 0b621c2908

View File

@ -7,10 +7,10 @@ cd ${0%/*} || exit 1 # Run from this directory
# If a test, try both extrusion strategies # If a test, try both extrusion strategies
if isTest "$@" if isTest "$@"
then then
runApplication -s extrudeFromInternalFaces foamCloneCase . extrudeFromInternalFaces cloneCase . extrudeFromInternalFaces
cp -r All* include extrudeFromInternalFaces cp -r All* include extrudeFromInternalFaces
runApplication -s extrudeFromPatches foamCloneCase . extrudeFromPatches cloneCase . extrudeFromPatches
cp -r All* include extrudeFromPatches cp -r All* include extrudeFromPatches
(cd extrudeFromInternalFaces && ./Allrun extrudeFromInternalFaces) (cd extrudeFromInternalFaces && ./Allrun extrudeFromInternalFaces)