diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-02 12:06:21 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-12-02 17:20:35 +0100 |
commit | 5ec10bf23e299433ad540a22de37669b009ad1ad (patch) | |
tree | 92efd3ad393ebdb51c18017ff673b328ccfc96ce /test/end-to-end/RULES | |
parent | fcb5f8625c8b872497c88cc23f169926d691e308 (diff) | |
download | justbuild-5ec10bf23e299433ad540a22de37669b009ad1ad.tar.gz |
["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.
Diffstat (limited to 'test/end-to-end/RULES')
-rw-r--r-- | test/end-to-end/RULES | 2 |
1 files changed, 2 insertions, 0 deletions
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." , "" |