Skip to content

Commit

Permalink
Debug bind mounts in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 23, 2024
1 parent 07e7abe commit 5123a1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildpacks/release-phase/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fn project_uses_release_build_and_web_process_loads_artifacts() {
};
let container_volume_path = "/static-artifacts-storage";
let container_volume_url = "file://".to_owned() + container_volume_path;
println!("local_storage_path: {local_storage_path:?}");
println!("container_volume_url: {container_volume_url}");

assert_contains!(ctx.pack_stdout, "Procfile");
assert_contains!(ctx.pack_stdout, "Release Phase");
Expand Down

0 comments on commit 5123a1e

Please sign in to comment.