From 44bc89c877b4574822a023579597edbf03a84b41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 21 Oct 2019 23:08:42 +0200 Subject: Show output of Python tests --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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: -- cgit v1.2.1