diff options
author | David Robillard <d@drobilla.net> | 2019-11-10 16:22:11 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-11-10 16:22:11 +0100 |
commit | 8a794069c683a38cc72f340b250e3d260b4fc25f (patch) | |
tree | 6ff42df86033fa022a7cbfd4e3eda1d5b5e012a7 /wscript | |
parent | 3aeba1aff9666a5db089dd1c7989109b37f6a688 (diff) | |
download | lilv-8a794069c683a38cc72f340b250e3d260b4fc25f.tar.gz lilv-8a794069c683a38cc72f340b250e3d260b4fc25f.tar.bz2 lilv-8a794069c683a38cc72f340b250e3d260b4fc25f.zip |
Use a normal test context for Python tests
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |