mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
test/T391-python-cffi
Make bindings test verbose. This helps in debugging.
This commit is contained in:
parent
003fdba7a4
commit
15d8067c0a
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ fi
|
|||
test_begin_subtest "python cffi tests"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue