diff options
| author | Dan Liew <dan@su-root.co.uk> | 2019-01-10 17:47:44 +0000 | 
|---|---|---|
| committer | Dan Liew <dan@su-root.co.uk> | 2019-01-10 17:47:44 +0000 | 
| commit | 105f4f2653d2c3fe87275d1faa6ef645b8f0d1d2 (patch) | |
| tree | 376c757be6d98de62ae1e626104acf5d2ca04676 /llvm/utils/lit/tests | |
| parent | b41a6966e06674104c2307e01085ec2f4d885fe0 (diff) | |
| download | bcm5719-llvm-105f4f2653d2c3fe87275d1faa6ef645b8f0d1d2.tar.gz bcm5719-llvm-105f4f2653d2c3fe87275d1faa6ef645b8f0d1d2.zip  | |
[lit] Make it possible for the lit test suite to pass with
`FILECHECK_OPTS=-v` set in the environment.
Follow up to r350850 as requested by Joel E. Denny in
https://reviews.llvm.org/D56541 .
llvm-svn: 350854
Diffstat (limited to 'llvm/utils/lit/tests')
| -rw-r--r-- | llvm/utils/lit/tests/shtest-run-at-line.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-run-at-line.py b/llvm/utils/lit/tests/shtest-run-at-line.py index cd0e08137ee..7e5d53b8e26 100644 --- a/llvm/utils/lit/tests/shtest-run-at-line.py +++ b/llvm/utils/lit/tests/shtest-run-at-line.py @@ -1,7 +1,7 @@  # Check that -vv makes the line number of the failing RUN command clear.  # (-v is actually sufficient in the case of the internal shell.)  # -# RUN: not %{lit} -j 1 -vv %{inputs}/shtest-run-at-line > %t.out +# RUN: env -u FILECHECK_OPTS not %{lit} -j 1 -vv %{inputs}/shtest-run-at-line > %t.out  # RUN: FileCheck --input-file %t.out %s  #  # END.  | 

