From 12ad51ed61834965d1dee65b25e96cc1d00c95bb Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 11 Sep 2015 15:11:45 +0100 Subject: Delete image once its been tested. --- test-runner.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v1.2.1