From 70cfd4babc0e03f9da6cff5e02ee4b0a1cf0d7a5 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 11 Jul 2024 12:13:25 +0200 Subject: Test rules: only provide to the summary action what is needed ... and add a rule allowing the summarizer to specify what it needs. --- shell/test/TARGETS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'shell/test/TARGETS') diff --git a/shell/test/TARGETS b/shell/test/TARGETS index 0967ef4..5a4b849 100644 --- a/shell/test/TARGETS +++ b/shell/test/TARGETS @@ -1 +1,6 @@ -{} +{ "summarizer": + { "type": "summarizer" + , "summarizer": [["FILE", null, "summarizer"]] + , "artifacts": ["time-start", "time-stop"] + } +} -- cgit v1.2.3