summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-11-10 16:22:11 +0100
committerDavid Robillard <d@drobilla.net>2019-11-10 16:22:11 +0100
commit8a794069c683a38cc72f340b250e3d260b4fc25f (patch)
tree6ff42df86033fa022a7cbfd4e3eda1d5b5e012a7
parent3aeba1aff9666a5db089dd1c7989109b37f6a688 (diff)
downloadlilv-8a794069c683a38cc72f340b250e3d260b4fc25f.tar.gz
lilv-8a794069c683a38cc72f340b250e3d260b4fc25f.tar.bz2
lilv-8a794069c683a38cc72f340b250e3d260b4fc25f.zip
Use a normal test context for Python tests
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 78a8f07..e191b04 100644
--- a/wscript
+++ b/wscript
@@ -449,7 +449,7 @@ def test(tst):
check(['./test/lilv_cxx_test'])
if tst.env.LILV_PYTHON:
- with tst.group('python', verbosity=2) as check:
+ with tst.group('python') as check:
check(['python', '-m', 'unittest', 'discover', 'bindings/'])
with tst.group('plugin') as check: