Skip to content

Commit 020f9a4

Browse files
committed
precheck that there are only 2 xml files
1 parent b2796c7 commit 020f9a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/utils/lit/tests/unique-output-file.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
# RUN: FileCheck < %t.xunit.xml %s --check-prefix=EXISTING
1818
# EXISTING: test
1919
## Results in a new file with some discriminator added.
20+
# RUN: ls -l %t.xunit*.xml | wc -l | FileCheck %s --check-prefix=NUMFILES
21+
# NUMFILES: 2
2022
# RUN: FileCheck < %t.xunit.*.xml %s --check-prefix=NEW

0 commit comments

Comments
 (0)