summaryrefslogtreecommitdiff
path: root/rules/shell/test
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 10:31:33 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 10:31:33 +0200
commitc4a354c421f88db5e2683dc351d321f8c8749be5 (patch)
tree05028975a45b75fd9fe667b39c05ba4f6d10dc09 /rules/shell/test
parent8d361c3444d19fa210aaf9ea26f482bce3b3f16d (diff)
parentb713d5f62fcd223f48565d1a2fda013ab1239c43 (diff)
downloadrules-cc-c4a354c421f88db5e2683dc351d321f8c8749be5.tar.gz
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/shell/test')
-rw-r--r--rules/shell/test/RULES10
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/shell/test/RULES b/rules/shell/test/RULES
index 25d2493..ec26609 100644
--- a/rules/shell/test/RULES
+++ b/rules/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":