From cdf625673867ec2456f074d4408432df2c8f5bea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Nov 2019 17:22:06 +0100 Subject: Clean up test output --- waflib | 2 +- wscript | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/waflib b/waflib index de76b89..c87cc53 160000 --- a/waflib +++ b/waflib @@ -1 +1 @@ -Subproject commit de76b89dc1039e2f7d6c6b229a8950156b0e5c94 +Subproject commit c87cc53c643c60867665b333d5999fe07196d543 diff --git a/wscript b/wscript index a5e37a4..872278d 100644 --- a/wscript +++ b/wscript @@ -105,8 +105,9 @@ def build(bld): autowaf.build_dox(bld, 'RAUL', RAUL_VERSION, top, out) def test(tst): - for t in tests: - tst([os.path.join('./test', t)]) + with tst.group('Unit') as check: + for t in tests: + check([os.path.join('./test', t)]) def lint(ctx): "checks code for style issues" -- cgit v1.2.1