Skip to content

Commit

Permalink
Output fixture file path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Dec 23, 2024
1 parent 85a0d64 commit ccbf742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/combined_integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fn combined_integration_test1() -> Result<(), Box<dyn std::error::Error>> {
} else {
println!(
"{} doesn't exist. Current working directory: {}",
vh,
config_path.to_string_lossy(),
std::env::current_dir()?.display()
);
Ok(())
Expand Down

0 comments on commit ccbf742

Please sign in to comment.