Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: output a newline before "ok" under a TAP harness
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 7077210e30459a7af9913af10315441ed3ecca5e..ac496aa479090a4cda1b6e854ed7845484fdfa06 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-371,6
+371,9
@@
test_run_ () {
eval >&3 2>&4 "$1"
eval_ret=$?
eval >&3 2>&4 "$test_cleanup"
+ if test "$verbose" = "t" && test -n "$HARNESS_ACTIVE"; then
+ echo ""
+ fi
return 0
}