summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-21 23:08:42 +0200
committerDavid Robillard <d@drobilla.net>2019-10-21 23:08:42 +0200
commit44bc89c877b4574822a023579597edbf03a84b41 (patch)
tree4baeb71371d7fa55be41e5b66488caa874748c0d /wscript
parent0eec91adf53efd5ddf1f770d8965535c0a49b8d4 (diff)
downloadlilv-44bc89c877b4574822a023579597edbf03a84b41.tar.gz
lilv-44bc89c877b4574822a023579597edbf03a84b41.tar.bz2
lilv-44bc89c877b4574822a023579597edbf03a84b41.zip
Show output of Python tests
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 84d60ad..87b03e0 100644
--- a/wscript
+++ b/wscript
@@ -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: