We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f5f34 commit 117636bCopy full SHA for 117636b
llvm/utils/lit/tests/unique-output-file.py
@@ -2,12 +2,12 @@
2
# --use-unique-output-file-name.
3
4
# Files are overwritten without the option.
5
-# RUN: rm -rf %t.xunit*.xml
+# RUN: rm -f %t.xunit*.xml
6
# RUN: echo "test" > %t.xunit.xml
7
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml %{inputs}/xunit-output
8
# RUN: FileCheck < %t.xunit.xml %s --check-prefix=NEW
9
10
11
12
# Files should not be overwritten with the option.
13
# RUN: not %{lit} --xunit-xml-output %t.xunit.xml --use-unique-output-file-name %{inputs}/xunit-output
0 commit comments