diff options
author | Chris Matthews <cmatthews5@apple.com> | 2018-05-16 00:37:00 +0000 |
---|---|---|
committer | Chris Matthews <cmatthews5@apple.com> | 2018-05-16 00:37:00 +0000 |
commit | 48357c43d5674d6d3d6cb43c9742ef864e235ec1 (patch) | |
tree | 3bfc6674ac84467a2678a607cbed2c11aa16e407 /llvm/utils/lit/tests/shtest-xunit-output.py | |
parent | 5d1014bff54ee727c2dfe2710a99a2c04ee8a888 (diff) | |
download | bcm5719-llvm-48357c43d5674d6d3d6cb43c9742ef864e235ec1.tar.gz bcm5719-llvm-48357c43d5674d6d3d6cb43c9742ef864e235ec1.zip |
remove output xml incase it is leftover from another run
llvm-svn: 332424
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 |