]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: NOTMUCH_SKIP_TESTS accepts test names with or without Tddd- prefix
[notmuch] / test / test-lib.sh
index 9dad126513f8d70a0e688664e6326d555f5386a4..9222689d5199bf78774ca8ae80367ded6a87b520 100644 (file)
@@ -825,6 +825,12 @@ test_skip () {
                case $this_test.$test_count in
                $skp)
                        to_skip=t
+                       break
+               esac
+               case $this_test_bare.$test_count in
+               $skp)
+                       to_skip=t
+                       break
                esac
        done
        if test -z "$to_skip" && test -n "$prereq" &&
@@ -1207,6 +1213,12 @@ do
                case "$this_test" in
                $skp)
                        to_skip=t
+                       break
+               esac
+               case "$this_test_bare" in
+               $skp)
+                       to_skip=t
+                       break
                esac
        done
        case "$to_skip" in