File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,9 @@ out with ``lit.py -h``. We document some of the more useful ones below:
124
124
line, amid a sequence.
125
125
* ` ` -a` ` causes a test' s commandline and output to always be printed.
126
126
* ``--filter=<pattern>`` causes only tests with paths matching the given regular
127
- expression to be run.
127
+ expression to be run. Alternately, you can use the `LIT_FILTER=' < pattern> ' `
128
+ environment variable, in case you' re invoking ` lit.py` through some other
129
+ tool such as ` build-script` .
128
130
* ` ` -i` ` causes tests that have a newer modification date and failing tests to
129
131
be run first. This is implemented by updating the mtimes of the tests.
130
132
* ` ` --no-execute` ` causes a dry run to be performed. * NOTE* This means that all
You can’t perform that action at this time.
0 commit comments