mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[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
1f8880558e
commit
a348f9c134
@ -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
|
# RUN: FileCheck < %t.xml %s
|
||||||
|
|
||||||
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
|
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user