diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-02 10:12:31 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 16:29:05 +0200 |
commit | ec1e9292a887dbb96668f75c1bc86f795ce1c780 (patch) | |
tree | 8ed17e43e16425c588057a321c1fd4b5f1c47d29 /doc/tutorial/tests.md | |
parent | b66a7359fbbff35af630c88c56598bbc06b393e1 (diff) | |
download | justbuild-ec1e9292a887dbb96668f75c1bc86f795ce1c780.tar.gz |
doc: Minor format and consistency improvements
Diffstat (limited to 'doc/tutorial/tests.md')
-rw-r--r-- | doc/tutorial/tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/tests.md b/doc/tutorial/tests.md index 138769b1..f4d8897c 100644 --- a/doc/tutorial/tests.md +++ b/doc/tutorial/tests.md @@ -93,7 +93,7 @@ be provided. By specifying the appropriate target in this module the default test runner can be overwritten by a different test runner fom the rule's workspace root. Moreover, all test targets share runner infrastructure from `shell/test`, e.g., summarizing multiple runs per -test (to detect flakyness) if the configuration variable `RUNS_PER_TEST` +test (to detect flakiness) if the configuration variable `RUNS_PER_TEST` is set. However, in our case, we want to use the default runner and therefore it |