diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-15 01:02:09 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-15 01:02:09 +0000 |
commit | 40c67b5832877935a555fc63bfaa735332c79700 (patch) | |
tree | a12dd454414df2b467b39abcd5e2fe2eee46d2e9 /docs/CommandGuide/lit.pod | |
parent | bfa092958393ec621767771f9f168e7ff973a179 (diff) | |
download | external_llvm-40c67b5832877935a555fc63bfaa735332c79700.zip external_llvm-40c67b5832877935a555fc63bfaa735332c79700.tar.gz external_llvm-40c67b5832877935a555fc63bfaa735332c79700.tar.bz2 |
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/CommandGuide/lit.pod')
-rw-r--r-- | docs/CommandGuide/lit.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index 1650742..246fc66 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 |