summaryrefslogtreecommitdiff
path: root/test-runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner.sh')
-rwxr-xr-xtest-runner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner.sh b/test-runner.sh
index a280cc8..60ecfd9 100755
--- a/test-runner.sh
+++ b/test-runner.sh
@@ -25,7 +25,7 @@ curl -o "$FILE" "$URL"
# Run the test
echo "Launching $BACKEND test backend"
-"$BACKEND/do-tests.sh" "$FILE" "${TEST_FILES[@]}"
+"$BACKEND/do-tests.sh" "$FILE" "${TEST_FILES[@]}" 2>&1
# Delete the test image
echo "Deleting local image $FILE"