From e36a086818936d921d7303e45d6180a948ef3196 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 18 Oct 2019 16:49:31 +0200 Subject: Print individual unit tests --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ee590d1..039ee2e 100644 --- a/wscript +++ b/wscript @@ -218,7 +218,7 @@ def upload_docs(ctx): ' drobilla@drobilla.net:~/drobilla.net/docs/zix') def test(tst): - with tst.group('unit') as check: + with tst.group('unit', verbosity=1) as check: for test in tests: check([os.path.join('test', test)]) -- cgit v1.2.1