diff options
author | David Robillard <d@drobilla.net> | 2019-10-21 23:08:42 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-21 23:08:42 +0200 |
commit | 44bc89c877b4574822a023579597edbf03a84b41 (patch) | |
tree | 4baeb71371d7fa55be41e5b66488caa874748c0d /wscript | |
parent | 0eec91adf53efd5ddf1f770d8965535c0a49b8d4 (diff) | |
download | lilv-44bc89c877b4574822a023579597edbf03a84b41.tar.gz lilv-44bc89c877b4574822a023579597edbf03a84b41.tar.bz2 lilv-44bc89c877b4574822a023579597edbf03a84b41.zip |
Show output of Python tests
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ def test(tst): check(['./test/lilv_cxx_test']) if tst.env.LILV_PYTHON: - with tst.group('python') as check: + with tst.group('python', verbosity=2) as check: check(['python', '-m', 'unittest', 'discover', 'bindings/']) with tst.group('plugin') as check: |