From 4cf717baf853a8edb6fac0e495a698df140e7aec Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 6 Oct 2021 03:06:54 -0400 Subject: [PATCH] fix: set default process list in test buildpacks Also include the packeto-buildpacks/procfile buildpack to ensure the Procfile is interpolated for a process list. --- tests/apps/python/cnb/1/bin/build | 6 ++++++ tests/apps/python/cnb/2/bin/build | 6 ++++++ tests/apps/python/project2.toml | 4 ++++ 3 files changed, 16 insertions(+) diff --git a/tests/apps/python/cnb/1/bin/build b/tests/apps/python/cnb/1/bin/build index faa85823c..24e91dace 100755 --- a/tests/apps/python/cnb/1/bin/build +++ b/tests/apps/python/cnb/1/bin/build @@ -15,3 +15,9 @@ echo "TESTENV_1" >$bp_env_dir/TESTENV echo "build = true" echo "cache = true" } >"${bp_layer}.toml" + +cat >"$layers_dir/launch.toml" <$bp_env_dir/TESTENV echo "build = true" echo "cache = true" } >"${bp_layer}.toml" + +cat >"$layers_dir/launch.toml" <