Fix tutorials: disabling coupled/conjugateHeatFoam/heatedBlock. Will be flagged as failed until fixed or removed.
This commit is contained in:
parent
4140491a64
commit
e9bd5eadee
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
# Get application name
|
# Get application name
|
||||||
application=`getApplication`
|
application=`getApplication`
|
||||||
|
|
||||||
# Disabling the tutorial for now.
|
# Disabling the tutorial.
|
||||||
# Using an exit code != 0 will still flag the tutorial as failed
|
# Using an exit code != 0 will still flag the tutorial as failed
|
||||||
echo "This tutorial is disabled for now."
|
echo "Warning: This tutorial is currently disabled."
|
||||||
exit -1
|
exit -1
|
||||||
|
|
||||||
runApplication blockMesh
|
runApplication blockMesh
|
||||||
|
|
Reference in a new issue