]> git.notmuchmail.org Git - notmuch/commitdiff
test/T391-python-cffi
authorDavid Bremner <david@tethera.net>
Sun, 3 Jan 2021 23:35:13 +0000 (19:35 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 15 Jan 2021 11:43:23 +0000 (07:43 -0400)
Make bindings test verbose. This helps in debugging.

test/T391-python-cffi.sh

index f961069b87392e598f5f1f89f343da11cc70c5f5..d54bad279e12dfb1444ac365c4ac45b84bbc5572 100755 (executable)
@@ -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