summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-16 14:52:14 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-16 14:55:44 +0000
commitbb2a077836d305b68d898db51211aa8394ee9cf8 (patch)
tree3f2857da4ea8628d068fa477b70edc2c46f13958
parent833103e56fb50c4fa20e9b80ffaf4e7193cab279 (diff)
downloadciat-tester-bb2a077836d305b68d898db51211aa8394ee9cf8.tar.gz
Improve log header/footer separation.
-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 "==============================================================================="