Fix tutorials: disabling coupled/conjugateHeatFoam/heatedBlock. Will be flagged as failed until fixed or removed.
This commit is contained in:
parent
43799e411b
commit
4140491a64
1 changed files with 14 additions and 0 deletions
14
tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun
Executable file
14
tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Source tutorial run functions
|
||||||
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||||
|
|
||||||
|
# Get application name
|
||||||
|
application=`getApplication`
|
||||||
|
|
||||||
|
# Disabling the tutorial for now.
|
||||||
|
# Using an exit code != 0 will still flag the tutorial as failed
|
||||||
|
echo "This tutorial is disabled for now."
|
||||||
|
exit -1
|
||||||
|
|
||||||
|
runApplication blockMesh
|
||||||
|
runApplication $application
|
Reference in a new issue