Previously, every test run left 2 directories behind in the temp dir.
Details
Details
- Reviewers
curdeius ldionne - Group Reviewers
Restricted Project - Commits
- rG4c402ae880cf: [libcxx] [test] Don't leave test dirs behind in fs.op.current_path on Windows
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fixed nesting of static_env and CWDGuard, restore the cwd (with CWDGuard) before cleaning up the static_env.