X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=79dc8419950c5db76d8310bc0f0d5b22ce7c341a;hp=02634ac1cebc88bb1673c88495f427bca82aef7a;hb=740f3296b86ab8e18a6da4949b0db4139298202b;hpb=4e872c64e1ab63f35edfd4d0a6500cc24b62fe0d;ds=sidebyside diff --git a/test/test-lib.sh b/test/test-lib.sh index 02634ac1..79dc8419 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -851,12 +851,12 @@ test_ok_ () { } test_failure_ () { + print_test_description if test "$test_subtest_known_broken_" = "t"; then test_known_broken_failure_ "$@" return fi test_failure=$(($test_failure + 1)) - print_test_description test_failure_message_ "FAIL" "$test_subtest_name" "$@" test "$immediate" = "" || { GIT_EXIT_OK=t; exit 1; } return 1