summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-06-09 08:40:10 -0400
committerGitHub <noreply@github.com>2023-06-09 08:40:10 -0400
commitf182c8af872a429d82c96a5ef091cec0e4e75102 (patch)
tree50fe326d0378b1c73fca105aeb73b00eafe51723 /cli/args/mod.rs
parent168eb8e01d3cdbd6358e11cf399fbf4ef1db358b (diff)
chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)
This allows easily using a symlinked temporary directory, which is useful for debugging issues locally that happen on the CI with a symlinked temporary directory. For example: ```rs let context = TestContextBuilder::new() .use_temp_cwd() .use_symlinked_temp_dir() // add this .build(); ```
Diffstat (limited to 'cli/args/mod.rs')
0 files changed, 0 insertions, 0 deletions