Skip to content

Commit adee645

Browse files
committed
[lldb/Test] Try to appease the Windows bot
In TestConvenienceVariables I changed %t from a file to a directory. This tripped up mkdir which can't deal with an existing file at the given location. In order to solve this issue on the bots I added an `rm -rf %t` statement, but now the Windows bot complains that "This function is not supported on this system". If you never ran the test suite wit this temporary workaround, the test might fail. If this happens please remove what %t expands to in the lit output and rerun the test.
1 parent 9a621de commit adee645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/Shell/Driver/TestConvenienceVariables.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
REQUIRES: python
2-
RUN: rm -rf %t
32
RUN: mkdir -p %t
43
RUN: %build %p/Inputs/hello.cpp -o %t/target.out
54
RUN: %lldb %t/target.out -s %p/Inputs/convenience.in -o quit | FileCheck %s

0 commit comments

Comments
 (0)