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, 2 insertions, 0 deletions
diff --git a/test-runner.sh b/test-runner.sh
index 52de7a7..17309ab 100755
--- a/test-runner.sh
+++ b/test-runner.sh
@@ -17,6 +17,7 @@ shift
TEST_FILES=( "$@" )
# Write log header
+echo "==============================================================================="
echo "Testing image $FILE on $(date)"
echo " with test command files: ${TEST_FILES[@]}"
echo "==============================================================================="
@@ -34,5 +35,6 @@ echo "Deleting local image $FILE"
rm "$FILE"
# Write log footer
+echo "==============================================================================="
echo "$(date): Finished testing: SUCCESS!"
echo "==============================================================================="