aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-14 18:09:01 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-14 18:09:01 +0100
commitc8db7777a7bcb07d8ffe0fcac1e66ad935b8b691 (patch)
tree80bd65796795e055d095e3f296ee5f52fe10c79c /test
parent115350d14527bc118aea059b7277c16e5a6af19f (diff)
Modify timestamp format for test logging
Match the timestamp format from the check-networks script, so they sort properly Change-Id: Ibe55c3798a75eac838458b9a6355778f4f99b2be
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-common b/test/test-common
index ea92d8b..60dce83 100755
--- a/test/test-common
+++ b/test/test-common
@@ -115,7 +115,7 @@ clear_logs () {
}
log () {
- DATE=$(date -u +%F:%H:%M:%S)
+ DATE=$(date -u +%F/%H:%M:%S)
if [ "${LOGFILE}"x = ""x ] ; then
LOGFILE=$0.log
fi