We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a36794 + 7df4008 commit c110a42Copy full SHA for c110a42
docs/Testing.md
@@ -124,7 +124,9 @@ out with ``lit.py -h``. We document some of the more useful ones below:
124
line, amid a sequence.
125
* ``-a`` causes a test's commandline and output to always be printed.
126
* ``--filter=<pattern>`` causes only tests with paths matching the given regular
127
- expression to be run.
+ 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`.
130
* ``-i`` causes tests that have a newer modification date and failing tests to
131
be run first. This is implemented by updating the mtimes of the tests.
132
* ``--no-execute`` causes a dry run to be performed. *NOTE* This means that all
0 commit comments