From 4140491a64f6cec25c489bb926a7f23e70d71564 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Sat, 16 Oct 2010 12:37:17 -0400 Subject: [PATCH] Fix tutorials: disabling coupled/conjugateHeatFoam/heatedBlock. Will be flagged as failed until fixed or removed. --- .../coupled/conjugateHeatFoam/heatedBlock/Allrun | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun diff --git a/tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun b/tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun new file mode 100755 index 000000000..df8c909fe --- /dev/null +++ b/tutorials/coupled/conjugateHeatFoam/heatedBlock/Allrun @@ -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