mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 21:31:03 +00:00
[LIT] Remove documentation for method since it does not exist
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4658ea9dc7
commit
29863d8e18
@ -315,14 +315,6 @@ executed, two important global variables are predefined:
|
|||||||
**root** The root configuration. This is the top-most :program:`lit` configuration in
|
**root** The root configuration. This is the top-most :program:`lit` configuration in
|
||||||
the project.
|
the project.
|
||||||
|
|
||||||
**on_clone** The config is actually cloned for every subdirectory inside a test
|
|
||||||
suite, to allow local configuration on a per-directory basis. The *on_clone*
|
|
||||||
variable can be set to a Python function which will be called whenever a
|
|
||||||
configuration is cloned (for a subdirectory). The function should takes three
|
|
||||||
arguments: (1) the parent configuration, (2) the new configuration (which the
|
|
||||||
*on_clone* function will generally modify), and (3) the test path to the new
|
|
||||||
directory being scanned.
|
|
||||||
|
|
||||||
**pipefail** Normally a test using a shell pipe fails if any of the commands
|
**pipefail** Normally a test using a shell pipe fails if any of the commands
|
||||||
on the pipe fail. If this is not desired, setting this variable to false
|
on the pipe fail. If this is not desired, setting this variable to false
|
||||||
makes the test fail only if the last command in the pipe fails.
|
makes the test fail only if the last command in the pipe fails.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user