Commit 0d27f76
committed
[lldb][test] Fix TestUseSourceCache for readonly source trees
TestUseSourceCache attempts to write to a build artifact copied from the source tree, and asserts the write succeeded. If the source tree is read only, the copy will also be read only, causing it to fail. When producing the build artifact, ensure that it is writable.
I use `chmod` as a build step to do this, but I believe that is linuxish-only thing, so I excluded this extra command for Windows.1 parent b5bcdb5 commit 0d27f76
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments