X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT391-python-cffi.sh;h=d54bad279e12dfb1444ac365c4ac45b84bbc5572;hp=e4f80dc6544a33483a843c961ca541f5217bd366;hb=4c79a2dabe38ac72eb9eb21620f2ffca5f1885c6;hpb=85adc756c97646ae63e68fc2f80afd6b34b86fa9 diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh index e4f80dc6..d54bad27 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_expect_success "(cd $pytest_dir && ${NOTMUCH_PYTHON} -m pytest --verbose --log-file=$TMP_DIRECTORY/test.output)" test_done