Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: Print missing prerequisites in test output
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 0b9969ccf7e8f45e68abd522c501ded2bb861492..9ded0eee18e7479b0674a7bce217de46744b1dff 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-403,7
+403,7
@@
test_skip () {
case "$to_skip" in
t)
say_color skip >&3 "skipping test: $@"
- say_color skip "ok $test_count # skip $1"
+ say_color skip "ok $test_count # skip $1
(prereqs: $prereq)
"
: true
;;
*)