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:37:17 -04:00
parent 43799e411b
commit 4140491a64

View 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