]> git.notmuchmail.org Git - notmuch/blobdiff - test/T391-python-cffi.sh
Merge tag '0.31.4'
[notmuch] / test / T391-python-cffi.sh
index e4f80dc6544a33483a843c961ca541f5217bd366..d54bad279e12dfb1444ac365c4ac45b84bbc5572 100755 (executable)
@@ -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_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --verbose --log-file=$TMP_DIRECTORY/test.output)"
 test_done