forked from OSchip/llvm-project
[lit] Remove spurious `-` in invocation of lit in
`shtest-xunit-output.py` test. Although there is no `-` file Jeremy Morse has reported to me that it causes problems in their setup because lit tries to find it and ends up loading an out of tree lit configuration file. llvm-svn: 330728
This commit is contained in:
parent
8c77bf9ec6
commit
97a60c21d4
|
@ -1,4 +1,4 @@
|
|||
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-format - --xunit-xml-output %t.xml
|
||||
# RUN: not %{lit} -j 1 -v %{inputs}/shtest-format --xunit-xml-output %t.xml
|
||||
# RUN: FileCheck < %t.xml %s
|
||||
|
||||
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
|
Loading…
Reference in New Issue