[llvm-commits] [llvm] r172918 - /llvm/trunk/docs/CommandGuide/lit.rst
Dmitri Gribenko
gribozavr at gmail.com
Sat Jan 19 12:35:18 PST 2013
Author: gribozavr
Date: Sat Jan 19 14:35:18 2013
New Revision: 172918
URL: http://llvm.org/viewvc/llvm-project?rev=172918&view=rev
Log:
Documentation: remove more mentions of Tcl
Followup for r172836
Modified:
llvm/trunk/docs/CommandGuide/lit.rst
Modified: llvm/trunk/docs/CommandGuide/lit.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=172918&r1=172917&r2=172918&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Sat Jan 19 14:35:18 2013
@@ -151,10 +151,6 @@
List the discovered test suites as part of the standard output.
-.. option:: --no-tcl-as-sh
-
- Run Tcl scripts internally (instead of converting to shell scripts).
-
.. option:: --repeat=N
Run each test ``N`` times. Currently this is primarily useful for timing
@@ -298,14 +294,13 @@
tests in the suite.
**suffixes** For **lit** test formats which scan directories for tests, this
- variable is a list of suffixes to identify test files. Used by: *ShTest*,
- *TclTest*.
+ variable is a list of suffixes to identify test files. Used by: *ShTest*.
**substitutions** For **lit** test formats which substitute variables into a test
- script, the list of substitutions to perform. Used by: *ShTest*, *TclTest*.
+ script, the list of substitutions to perform. Used by: *ShTest*.
**unsupported** Mark an unsupported directory, all tests within it will be
- reported as unsupported. Used by: *ShTest*, *TclTest*.
+ reported as unsupported. Used by: *ShTest*.
**parent** The parent configuration, this is the config object for the directory
containing the test suite, or None.
More information about the llvm-commits
mailing list