summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-15 01:02:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-15 01:02:09 +0000
commit40c67b5832877935a555fc63bfaa735332c79700 (patch)
treea12dd454414df2b467b39abcd5e2fe2eee46d2e9 /docs
parentbfa092958393ec621767771f9f168e7ff973a179 (diff)
downloadllvm-40c67b5832877935a555fc63bfaa735332c79700.tar.gz
llvm-40c67b5832877935a555fc63bfaa735332c79700.tar.bz2
llvm-40c67b5832877935a555fc63bfaa735332c79700.tar.xz
lit: Add --repeat=N option, for running each test N times.
- Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/lit.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod
index 1650742cea..246fc66aa6 100644
--- a/docs/CommandGuide/lit.pod
+++ b/docs/CommandGuide/lit.pod
@@ -149,6 +149,11 @@ List the discovered test suites as part of the standard output.
Run Tcl scripts internally (instead of converting to shell scripts).
+=item B<--repeat>=I<N>
+
+Run each test I<N> times. Currently this is primarily useful for timing tests,
+other results are not collated in any reasonable fashion.
+
=back
=head1 EXIT STATUS