From: Dmitry Kurochkin Date: Sun, 27 Nov 2011 18:36:14 +0000 (+0400) Subject: test: fix "skipping test" verbose output X-Git-Tag: 0.11_rc1~90 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=5b37fb1e25aafc97edfe12850980febc2e32312c test: fix "skipping test" verbose output --- diff --git a/test/test-lib.sh b/test/test-lib.sh index 0996a742..df867a5f 100644 --- 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" }