From 97a60c21d4a4afa716840054821d70a2ec04f99f Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Tue, 24 Apr 2018 15:42:00 +0000 Subject: [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 --- llvm/utils/lit/tests/shtest-xunit-output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/utils/lit/tests/shtest-xunit-output.py') diff --git a/llvm/utils/lit/tests/shtest-xunit-output.py b/llvm/utils/lit/tests/shtest-xunit-output.py index 853ed560e80..58089799e35 100644 --- a/llvm/utils/lit/tests/shtest-xunit-output.py +++ b/llvm/utils/lit/tests/shtest-xunit-output.py @@ -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: -- cgit v1.2.3