summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-runner.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-runner.sh b/test-runner.sh
index dbff65b..a36a748 100755
--- a/test-runner.sh
+++ b/test-runner.sh
@@ -21,3 +21,7 @@ curl -o "$FILE" "$URL"
# Run the test
echo "Launching $BACKEND test backend" >> "$LOG_FILE"
"$BACKEND/do-tests.sh" "$FILE" $TEST_FILES >> "$LOG_FILE" 2>&1
+
+# Delete the test image
+echo "Deleting local image $FILE" >> "$LOG_FILE" 2>&1
+rm "$FILE"