aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-16 13:28:33 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-16 13:28:33 +0200
commit994f6f1f5d00e82a14dbb43553ece8a185a7ed22 (patch)
tree3616077d53d2d969ab68d0e97d0d8831ee6b3538
parent6d7bf949863ac41b0de89f9af355a20f42e788a4 (diff)
add ':' token to facilitate output parsing by lava
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--include/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.sh b/include/functions.sh
index 1eefa32..b5d5401 100644
--- a/include/functions.sh
+++ b/include/functions.sh
@@ -30,7 +30,7 @@ INC=0
CPU=
log_begin() {
- printf "%-76s" "$TEST_NAME.$INC$CPU $@... "
+ printf "%-76s" "$TEST_NAME.$INC$CPU: $@... "
INC=$(($INC+1))
}