mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Use not to catch unexpected pass as well as remove old test results
As per review feedback, make sure we rm temp files, and make the return code checking for lit more specific. llvm-svn: 332423
This commit is contained in:
parent
2882a797e8
commit
30e6528953
@ -1,5 +1,6 @@
|
||||
# Check xunit output
|
||||
# RUN: %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output || true
|
||||
# RUN: rm -rf %t.xunit.xml
|
||||
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output
|
||||
# RUN: FileCheck < %t.xunit.xml %s
|
||||
|
||||
# CHECK: <?xml version="1.0" encoding="UTF-8" ?>
|
||||
|
Loading…
Reference in New Issue
Block a user