Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocPanda committed Jan 15, 2025
1 parent 2d5a23b commit e10d0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdev/src/testing/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl Compose {
serde_yaml::to_string(&config)
.with_context(|| "Failed to serialize modified compose.yaml")?,
)?;
println!("Docker compose temp file in {}", temp_file.path().display().to_string());
println!("{}", serde_yaml::to_string(&config).with_context(|| "Failed to serialize modified compose.yaml")?);
Ok(Some(Self {
original_path,
test_dir,
Expand Down

0 comments on commit e10d0e9

Please sign in to comment.