summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
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: