diff options
Diffstat (limited to 'llvm/utils/lit/tests/shtest-xunit-output.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-xunit-output.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shtest-xunit-output.py b/llvm/utils/lit/tests/shtest-xunit-output.py index 6c5269a2fed..6e1f1424c83 100644 --- a/llvm/utils/lit/tests/shtest-xunit-output.py +++ b/llvm/utils/lit/tests/shtest-xunit-output.py @@ -1,3 +1,4 @@ +# RUN: rm -f %t.xml # RUN: not %{lit} -j 1 -v %{inputs}/shtest-format --xunit-xml-output %t.xml # RUN: FileCheck < %t.xml %s |