aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-28 18:39:09 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-28 18:39:09 +0100
commitb066a5ad658ea0ab27217d9fe6c6f2d297388427 (patch)
treee62f9c96cd3008193231592cedafc1024d782aa8
parent4cbd522ace4c894f0462977a72eed6d5894e3834 (diff)
Cosmetic improvements to log output
Change-Id: Idfd2f426626ef537b3030a0518eb962d94245fa8
-rwxr-xr-xtest/test-common4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-common b/test/test-common
index 8776489..4aa4941 100755
--- a/test/test-common
+++ b/test/test-common
@@ -152,7 +152,7 @@ clear_logs () {
}
pause () {
- vecho "Pausing $1 seconds for systems to settle"
+ vecho "Pausing $1 seconds for systems to settle and/or log results"
sleep $1
}
@@ -160,7 +160,7 @@ cleanup () {
error=$?
if [ $error -ne 0 ] ; then
echo "Test script aborted with error $error - check logs for the failure"
- echo " Last command appears to be \"$LAST_COMMAND\""
+ echo " Last VLANd command appears to be \"$LAST_COMMAND\""
fi
}