Skip to content

Commit

Permalink
add missing enable for experimental pack options
Browse files Browse the repository at this point in the history
- enable experimental pack options needed for integration tests.

Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson authored and thitch97 committed Oct 24, 2023
1 parent 7caa04e commit b1d8d3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}**"
Expand Down

0 comments on commit b1d8d3a

Please sign in to comment.