]> git.notmuchmail.org Git - notmuch/blobdiff - test/export-dirs.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / export-dirs.sh
index 0578b1e50194d308d42f782556c951630a702bf1..9bc99a2cf3588fcb2dbc3ac32933b9e425ebd7f6 100644 (file)
@@ -9,8 +9,7 @@ if [[ -z "${NOTMUCH_SRCDIR}" ]]; then
        export NOTMUCH_SRCDIR="$(cd "$(dirname "$0")"/.. && pwd)"
 fi
 
-find_builddir()
-{
+find_builddir () {
        local dir="$1"
 
        while [[ -n "$dir" ]] && [[ "$dir" != "/" ]]; do
@@ -25,7 +24,7 @@ find_builddir()
 if [[ -z "${NOTMUCH_BUILDDIR}" ]]; then
        export NOTMUCH_BUILDDIR="$(find_builddir "$(pwd)")"
 
-       if [[ -z "${NOTMUCH_BUILDDIR}" ]]; then
+       if [ -z "${NOTMUCH_BUILDDIR}" -a "${NOTMUCH_TEST_INSTALLED-0}" = "0" ]; then
                echo "Run tests in a subdir of built notmuch tree." >&2
                exit 1
        fi