From 5123a1ecfae051ab194b79013dd5460eeee2e8bb Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Wed, 23 Oct 2024 12:00:15 -0700 Subject: [PATCH] Debug bind mounts in test --- buildpacks/release-phase/tests/integration_test.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildpacks/release-phase/tests/integration_test.rs b/buildpacks/release-phase/tests/integration_test.rs index 4c806d3..43ff492 100644 --- a/buildpacks/release-phase/tests/integration_test.rs +++ b/buildpacks/release-phase/tests/integration_test.rs @@ -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");