diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-29 16:06:12 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-07-05 13:08:37 +0200 |
commit | 43fccdde84fc9df43e73fc21c61b87b65c25002f (patch) | |
tree | 4f0ed4d8365ddeec2f873ec82d6c938f7d64cf86 /test | |
parent | c3765af72110ba3b9812b25d9f5d649ce06b9dab (diff) | |
download | justbuild-43fccdde84fc9df43e73fc21c61b87b65c25002f.tar.gz |
["@", "test", "end-to-end", "with remote"] rule: fix documentation
Besides stdout and stderr of the test, the output of the remote-execution
server are also artifacts of that rule.
Diffstat (limited to 'test')
-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 d98275b3..b94b8f8f 100644 --- a/test/end-to-end/RULES +++ b/test/end-to-end/RULES @@ -57,6 +57,8 @@ , " generating test reports." , "stdout/stderr: Any output the invocation of the test binary produced on" , " the respective file descriptor" + , "remotestdout/remotestderr: Any output of the remote-execution server" + , " implicit to that test" , "work: In this directory, all the files specified to \"keep\" are staged" , "time-start/time-stop: The time (decimally coded) in seconds since the" , " epoch when the test invocation started and ended." |