]> git.notmuchmail.org Git - notmuch/commitdiff
test: add test state reset to test_expect_* functions that did not have it
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Thu, 17 Nov 2011 13:05:56 +0000 (17:05 +0400)
committerDavid Bremner <bremner@debian.org>
Sun, 27 Nov 2011 16:13:52 +0000 (08:13 -0800)
test/test-lib.sh

index 20fa195e49f8563f0c6343a6da75c58f6994021e..076f92951673ef42e7e0ed56840fc7843bf78bd4 100644 (file)
@@ -644,6 +644,7 @@ test_expect_success () {
        test "$#" = 3 && { prereq=$1; shift; } || prereq=
        test "$#" = 2 ||
        error "bug in the test script: not 2 or 3 parameters to test-expect-success"
+       test_reset_state_
        if ! test_skip "$@"
        then
                test_run_ "$2"
@@ -660,6 +661,7 @@ test_expect_code () {
        test "$#" = 4 && { prereq=$1; shift; } || prereq=
        test "$#" = 3 ||
        error "bug in the test script: not 3 or 4 parameters to test-expect-code"
+       test_reset_state_
        if ! test_skip "$@"
        then
                test_run_ "$3"
@@ -686,6 +688,7 @@ test_external () {
        error >&5 "bug in the test script: not 3 or 4 parameters to test_external"
        descr="$1"
        shift
+       test_reset_state_
        if ! test_skip "$descr" "$@"
        then
                # Announce the script to reduce confusion about the