From a003076442d6d8d0f12db87da5f525931c8fdb0b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Nov 2019 21:54:34 +0100 Subject: Clean up test output --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wscript b/wscript index 7a71cc0..0c35d7d 100644 --- a/wscript +++ b/wscript @@ -147,7 +147,8 @@ def test(tst): Logs.warn("Skipping tests for Windows debug build") return - tst(['./sratom_test']) + with tst.group('Integration') as check: + check(['./sratom_test']) def lint(ctx): "checks code for style issues" -- cgit v1.2.1