[all-commits] [llvm/llvm-project] adee64: [lldb/Test] Try to appease the Windows bot
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Jan 7 21:40:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: adee6454b7ac8e7a489ec63e338e1d4a5705e2f1
https://github.com/llvm/llvm-project/commit/adee6454b7ac8e7a489ec63e338e1d4a5705e2f1
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M lldb/test/Shell/Driver/TestConvenienceVariables.test
Log Message:
-----------
[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.
More information about the All-commits
mailing list