summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests.sh b/test/runtests.sh
index 0aebac0..65d0ac8 100755
--- a/test/runtests.sh
+++ b/test/runtests.sh
@@ -39,7 +39,7 @@ run_test()
echo "Test $T timed out (may not be a failure)"
elif [ "${r}" -ne 0 ]; then
echo "Test $T failed with ret ${r}"
- FAILED="$FAILED $T"
+ FAILED="$FAILED <$T $D>"
RET=1
elif [ ! -z "$D" ]; then
sleep .1