Skip to content

Commit 4a554e7

Browse files
jayfoadLukacma
authored andcommitted
[lit] Skip xunit test on Windows only (llvm#94980)
This test works on Linux with lit's internal shell. It fails on Windows because sh is not available.
1 parent d4375c4 commit 4a554e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/xunit-output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# REQUIRES: shell
1+
# UNSUPPORTED: system-windows
22

33
# Check xunit output
44
# RUN: rm -rf %t.xunit.xml

0 commit comments

Comments
 (0)