X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT391-python-cffi.sh;h=f961069b87392e598f5f1f89f343da11cc70c5f5;hp=e4f80dc6544a33483a843c961ca541f5217bd366;hb=ef0ab496b3f1e3a85f08102e3aaf251f4af69fd3;hpb=c9e55a712e1ab4d5e84ba15d07d094865e72ffa1 diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh index e4f80dc6..f961069b 100755 --- a/test/T391-python-cffi.sh +++ b/test/T391-python-cffi.sh @@ -8,7 +8,7 @@ fi test_begin_subtest "python cffi tests" -pytest_dir=$NOTMUCH_SRCDIR/bindings/python-cffi/build/stage +pytest_dir=$NOTMUCH_BUILDDIR/bindings/python-cffi/build/stage printf "[pytest]\nminversion = 3.0\naddopts = -ra\n" > $pytest_dir/pytest.ini test_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --log-file=$TMP_DIRECTORY/test.output)" test_done