aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-07-31 14:25:10 +0100
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-07-31 14:25:10 +0100
commit0b7cce10df58fe69f1c4a8159eb00449a5bb480b (patch)
tree64d314833910ceaa2defee747a2a1ad70c9447b6 /test
parentd8460ab3851cde627a1c314356dff6eb246be04f (diff)
Add timestamps on ping problem log messages in the summary
Change-Id: Ie1ec8d05a81a684ce63ab8e254a46639ef7731be
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-common4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-common b/test/test-common
index 3fac84c..3ce609a 100755
--- a/test/test-common
+++ b/test/test-common
@@ -219,7 +219,7 @@ check_test_step () {
}
}
if (OK == 0) {
- fails = sprintf(\"%s{BAD UP: %s to %s} \",fails,\$2,\$4)
+ fails = sprintf(\"%s{BAD UP: %s %s to %s} \",fails,\$1,\$2,\$4)
fail++
}
}
@@ -229,7 +229,7 @@ check_test_step () {
OK=1
for (group in test) {
if (test[group][\$2] && test[group][\$4]) {
- fails = sprintf(\"%s{BAD DOWN: %s to %s (%s)} \",fails,\$2,\$4,group)
+ fails = sprintf(\"%s{BAD DOWN: %s %s to %s (%s)} \",fails,\$1,\$2,\$4,group)
OK=0
fail++
}