diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-19 20:35:18 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-19 20:35:18 +0000 |
commit | 35f63ddc8fd2edad63393e2c111e47aea7940b81 (patch) | |
tree | 2fa0917848735a215de1f828054bdf634bacf8ab /docs/CommandGuide | |
parent | ae4a9ae0b132b9a4d3c0aeaa45092fdd0b6bb0a3 (diff) | |
download | external_llvm-35f63ddc8fd2edad63393e2c111e47aea7940b81.zip external_llvm-35f63ddc8fd2edad63393e2c111e47aea7940b81.tar.gz external_llvm-35f63ddc8fd2edad63393e2c111e47aea7940b81.tar.bz2 |
Documentation: remove more mentions of Tcl
Followup for r172836
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/lit.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 1dcaff1..40c7646 100644 --- a/docs/CommandGuide/lit.rst +++ b/docs/CommandGuide/lit.rst @@ -151,10 +151,6 @@ ADDITIONAL OPTIONS 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 @@ executed, two important global variables are predefined: 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. |