summaryrefslogtreecommitdiff
path: root/shell/test
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 09:00:00 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-08-21 10:29:52 +0200
commitb539d47269b7c3592879056f543301d16595d75b (patch)
treea8cbae936eef61b6c7b15e29ec878292092790c7 /shell/test
parent78540814ad421bc02a4f6c7396d81c38c95ef503 (diff)
downloadrules-cc-b539d47269b7c3592879056f543301d16595d75b.tar.gz
rules: Add documentation for the implict dependencies
Diffstat (limited to 'shell/test')
-rw-r--r--shell/test/RULES10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/test/RULES b/shell/test/RULES
index c4f8569..44acb00 100644
--- a/shell/test/RULES
+++ b/shell/test/RULES
@@ -39,6 +39,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":