diff options
| author | David Bremner <david@tethera.net> | 2021-01-03 19:35:13 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-01-15 07:43:23 -0400 |
| commit | 15d8067c0a209a24d757b416107d92007529f01f (patch) | |
| tree | bb7360a32ff6de149a382913a684b2ef875c5c3e /test/T391-python-cffi.sh | |
| parent | 003fdba7a4d109581064c5bf12748bc13fd7cf47 (diff) | |
test/T391-python-cffi
Make bindings test verbose. This helps in debugging.
Diffstat (limited to 'test/T391-python-cffi.sh')
| -rwxr-xr-x | test/T391-python-cffi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T391-python-cffi.sh b/test/T391-python-cffi.sh index f961069b..d54bad27 100755 --- a/test/T391-python-cffi.sh +++ b/test/T391-python-cffi.sh @@ -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 |
