tutorials: circuitBoardCooling: Fix unconfirmed completion in testLoopReport
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user