diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-21 10:31:33 +0200 |
commit | b713d5f62fcd223f48565d1a2fda013ab1239c43 (patch) | |
tree | 60de54b878f72bb1aad0ae1db957e6ccbb1244ab /shell | |
parent | e677af4cb380e42b750a85f158fd33e491832489 (diff) | |
parent | b539d47269b7c3592879056f543301d16595d75b (diff) | |
download | rules-cc-b713d5f62fcd223f48565d1a2fda013ab1239c43.tar.gz |
Merge branch 'just-rules' into rules
Diffstat (limited to 'shell')
-rw-r--r-- | shell/test/RULES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/test/RULES b/shell/test/RULES index 25d2493..ec26609 100644 --- a/shell/test/RULES +++ b/shell/test/RULES @@ -43,6 +43,16 @@ [ "Any targets that should be staged (with artifacts and runfiles) into" , "the tests working directory" ] + , "runner": + [ "The test runner which starts the actual test script after providing" + , "the respective environment. The runner also takes care of capturing" + , "stdout/stderr, timing information, and ensure the presence of the" + , "files to keep even if the script failed to produce them." + ] + , "summarizer": + [ "Tool to aggregate the results of individual test runs (for flakyness" + , "detection) to an overall test result." + ] } , "config_doc": { "RUNS_PER_TEST": |