Skip to content

Commit

Permalink
Temp diagnostic of cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Jun 27, 2024
1 parent f49ee53 commit 8f91b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ impl WithCwd {
Ok(guard) => guard,
Err(poisoned) => poisoned.into_inner(),
};
println!("set_current_dir {:?}", &self.cwd);
set_current_dir(&self.cwd).unwrap();
f(arg)
}
Expand Down

0 comments on commit 8f91b0c

Please sign in to comment.