From 5fdfa0f8b7c8c5df54d5ad6ce9e0cc89193cd1bd Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 8 Jul 2024 16:33:58 +0200 Subject: ["CC/test", "test"]: Honor shell-toolchain PATH for summary action --- CC/test/RULES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CC/test/RULES') diff --git a/CC/test/RULES b/CC/test/RULES index 1dac31b..9f3313d 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -34,6 +34,7 @@ ] , "implicit": { "defaults": [["./", "..", "defaults"]] + , "shell-defaults": [["./", "../../shell", "defaults"]] , "runner": ["runner"] , "summarizer": [["./", "../../shell/test", "summarizer"]] } @@ -77,6 +78,8 @@ ] , "data": ["Any files the test binary needs access to when running"] , "defaults": ["The C/C++ toolchain to use"] + , "shell-defaults": + ["The shell toolchain to use PATH from for calling the summary action"] , "runner": [ "The test runner which starts the actual test binary after providing" , "the respective environment. The runner also takes care of capturing" -- cgit v1.2.3