Cosmetic improvements to log output
Change-Id: Idfd2f426626ef537b3030a0518eb962d94245fa8
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 @@
}
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 @@
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
}