diff options
author | David Robillard <d@drobilla.net> | 2019-10-18 17:26:35 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-10-18 20:15:53 +0200 |
commit | 2905be001d7492c8ca5b440c4c737d4aa50d899d (patch) | |
tree | d62ba2beef2faa817d434f52cdbbcc2067abeef9 /wscript | |
parent | 2a3693d151b38fa912d4e1f83cc090194ebe215c (diff) | |
download | zix-2905be001d7492c8ca5b440c4c737d4aa50d899d.tar.gz zix-2905be001d7492c8ca5b440c4c737d4aa50d899d.tar.bz2 zix-2905be001d7492c8ca5b440c4c737d4aa50d899d.zip |
Use default unit test verbosity
Diffstat (limited to 'wscript')
-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)]) |