From 40c67b5832877935a555fc63bfaa735332c79700 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 15 Nov 2009 01:02:09 +0000 Subject: 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 --- docs/CommandGuide/lit.pod | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/CommandGuide') 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 + +Run each test I times. Currently this is primarily useful for timing tests, +other results are not collated in any reasonable fashion. + =back =head1 EXIT STATUS -- cgit v1.1