]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: fix "skipping test" verbose output
[notmuch] / 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"
 }