From 2905be001d7492c8ca5b440c4c737d4aa50d899d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Oct 2019 17:26:35 +0200 Subject: Use default unit test verbosity --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 87bdb1b..5cbcbbd 100644 --- a/wscript +++ b/wscript @@ -229,7 +229,7 @@ def upload_docs(ctx): ' drobilla@drobilla.net:~/drobilla.net/docs/zix') def test(tst): - with tst.group('unit', verbosity=1) as check: + with tst.group('unit') as check: for test in tests: check([os.path.join('test', test)]) -- cgit v1.2.1