From b1d8d3a195033553938ae4ebca17f15e776b94a8 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 10 Oct 2023 18:29:58 -0400 Subject: [PATCH] add missing enable for experimental pack options - enable experimental pack options needed for integration tests. Signed-off-by: Michael Dawson --- scripts/integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/integration.sh b/scripts/integration.sh index 2e9c2fd..83539d7 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -144,6 +144,7 @@ function tests::run() { util::print::title "Run Buildpack Runtime Integration Tests" util::print::info "Using ${1} as builder..." + pack config experimental true pushd "${BUILDPACKDIR}" >/dev/null if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then util::print::info "** GO Test Succeeded with ${1}**"