From 8a794069c683a38cc72f340b250e3d260b4fc25f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Nov 2019 16:22:11 +0100 Subject: Use a normal test context for Python tests --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1