From dc6c3c8add22ca2c3484cb5a52e3339916cf7fb4 Mon Sep 17 00:00:00 2001
From: Andrew Heather <>
Date: Mon, 20 Jul 2020 10:19:34 +0100
Subject: [PATCH] TUT: Correction for Alltest

---
 .../chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun        | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun
index e49ca8f0b18..9bc9ab4936c 100755
--- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun
+++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/jouleHeatingSolid/Allrun
@@ -7,6 +7,9 @@ cd "${0%/*}" || exit                                # Run from this directory
 
 runApplication $(getApplication)
 
-./createGraphs
+if notTest "$@"
+then
+    ./createGraphs
+fi
 
 #------------------------------------------------------------------------------
-- 
GitLab