From 5ec10bf23e299433ad540a22de37669b009ad1ad Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 2 Dec 2024 12:06:21 +0100 Subject: ["end-to-end", "with remote"]: support REMOTE_BIN For tests where we bring our own remote-execution end point, support a directory where executables can be placed that are picked up early in PATH by remote actions. In this way, a test can be designed verifying that a particular action actually was run remotely. --- test/end-to-end/RULES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/end-to-end/RULES') diff --git a/test/end-to-end/RULES b/test/end-to-end/RULES index 93a63c9e..c02f9f24 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -25,6 +25,8 @@ , " implicit remote-execution endpoint is listening at." , " - COMPATIBLE is set to an non-empty string, if the server was" , " started in compatible mode, and unset otherwise." + , " - REMOTE_BIN specifying an extra directory added to remote-execution" + , " actions early in path." , "Additionally, the variables TLS_CA_CERT, TLS_CLIENT_CERT, and" , "TLS_CLIENT_KEY are removed from the environment." , "" -- cgit v1.2.3