mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore(test): report correct cwd when running tests via itest macro (#17132)
This commit is contained in:
parent
199144daf0
commit
2ac575abfb
1 changed files with 1 additions and 1 deletions
|
@ -1930,7 +1930,7 @@ impl<'a> CheckOutputIntegrationTest<'a> {
|
||||||
testdata_dir.as_path()
|
testdata_dir.as_path()
|
||||||
};
|
};
|
||||||
println!("deno_exe args {}", args.join(" "));
|
println!("deno_exe args {}", args.join(" "));
|
||||||
println!("deno_exe cwd {:?}", &testdata_dir);
|
println!("deno_exe cwd {:?}", &cwd);
|
||||||
command.args(args.iter());
|
command.args(args.iter());
|
||||||
if self.env_clear {
|
if self.env_clear {
|
||||||
command.env_clear();
|
command.env_clear();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue