projects
/
notmuch-old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66158d5
)
test: fix "skipping test" verbose output
author
Dmitry Kurochkin
<dmitry.kurochkin@gmail.com>
Sun, 27 Nov 2011 18:36:14 +0000
(22:36 +0400)
committer
David Bremner
<bremner@debian.org>
Sun, 27 Nov 2011 19:31:46 +0000
(11:31 -0800)
test/test-lib.sh
patch
|
blob
|
history
diff --git
a/test/test-lib.sh
b/test/test-lib.sh
index 0996a7426442cca7ab4c1913fa7612a88e6ce767..df867a5ff78b0a57b083c936e619ad3ae3797e06 100644
(file)
--- a/
test/test-lib.sh
+++ b/
test/test-lib.sh
@@
-657,7
+657,8
@@
test_check_missing_external_prereqs_ () {
test_report_skip_ () {
test_reset_state_
- say_color skip >&3 "skipping test: $@"
+ say_color skip >&3 "skipping test:"
+ echo " $@" >&3
say_color skip "%-6s" "SKIP"
echo " $1"
}