]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib-common.sh
test: make script exit (1) if it "fails" to source (.) a file
[notmuch] / test / test-lib-common.sh
index 892991e2bd037c9e8745bdf3cf539585cf111d21..b1fc33d4044d45a2cc248508604094174b0efaf2 100644 (file)
@@ -38,6 +38,10 @@ find_notmuch_path ()
 # test/ subdirectory and are run in 'trash directory' subdirectory.
 TEST_DIRECTORY=$(pwd)
 notmuch_path=`find_notmuch_path "$TEST_DIRECTORY"`
+
+# configure output
+. $notmuch_path/sh.config || exit 1
+
 if test -n "$valgrind"
 then
        make_symlink () {
@@ -118,7 +122,7 @@ esac
 test ! -z "$debug" || remove_tmp=$TMP_DIRECTORY
 rm -fr "$test" || {
        GIT_EXIT_OK=t
-       echo >&5 "FATAL: Cannot prepare test area"
+       echo >&6 "FATAL: Cannot prepare test area"
        exit 1
 }