diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)]) |