diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:20 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-08 20:59:20 +0000 |
commit | 59c6b1073c48befe021de024a693bed94147120c (patch) | |
tree | b63d75f9cfeae6f66131debea9bdb7869c44403f /docs/CommandGuide | |
parent | 0e5f7c5d2f81cadfd48a8e4c06578e774fab6006 (diff) | |
download | external_llvm-59c6b1073c48befe021de024a693bed94147120c.zip external_llvm-59c6b1073c48befe021de024a693bed94147120c.tar.gz external_llvm-59c6b1073c48befe021de024a693bed94147120c.tar.bz2 |
[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.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index a4681fb..5e986c8 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 ----------- |