Fix tutorials: disabling coupled/conjugateHeatFoam/heatedBlock. Will be flagged as failed until fixed or removed.

This commit is contained in:
Martin Beaudoin 2010-10-16 12:39:29 -04:00
parent 4140491a64
commit e9bd5eadee

View file

@ -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