]> git.notmuchmail.org Git - notmuch/commitdiff
test: fix "skipping test" verbose output
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Sun, 27 Nov 2011 18:36:14 +0000 (22:36 +0400)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Nov 2011 19:31:46 +0000 (11:31 -0800)
test/test-lib.sh

index 0996a7426442cca7ab4c1913fa7612a88e6ce767..df867a5ff78b0a57b083c936e619ad3ae3797e06 100644 (file)
@@ -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"
 }