summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:20 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-08-08 20:59:20 +0000
commit59c6b1073c48befe021de024a693bed94147120c (patch)
treeb63d75f9cfeae6f66131debea9bdb7869c44403f /docs/CommandGuide
parent0e5f7c5d2f81cadfd48a8e4c06578e774fab6006 (diff)
downloadllvm-59c6b1073c48befe021de024a693bed94147120c.tar.gz
llvm-59c6b1073c48befe021de024a693bed94147120c.tar.bz2
llvm-59c6b1073c48befe021de024a693bed94147120c.tar.xz
[lit] Remove --repeat option, which wasn't that useful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lit.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index a4681fb34c..5e986c85fe 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -151,11 +151,6 @@ ADDITIONAL OPTIONS
List the discovered test suites as part of the standard output.
-.. option:: --repeat=N
-
- Run each test ``N`` times. Currently this is primarily useful for timing
- tests, other results are not collated in any reasonable fashion.
-
EXIT STATUS
-----------