aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/TestRunner.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/TestRunner.sh b/test/TestRunner.sh
index d0e4ad71b8..c5b8b2fa07 100755
--- a/test/TestRunner.sh
+++ b/test/TestRunner.sh
@@ -15,6 +15,9 @@ TESTNAME=$1
SUBST=$1
OUTPUT=Output/$FILENAME.out
+# create the output directory if it does not already exist
+mkdir Output > /dev/null 2>&1
+
if test $# != 1; then
# If more than one parameter is passed in, there must be three parameters:
# The filename to read from (already processed), the command used to execute,