We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca1c11 commit 740a737Copy full SHA for 740a737
scripts/integration.sh
@@ -153,7 +153,7 @@ function tests::run() {
153
154
export CGO_ENABLED=0
155
pushd "${BUILDPACKDIR}" > /dev/null
156
- if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run PipIntegration | tee "${2}"; then
+ if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then
157
util::print::info "** GO Test Succeeded with ${1}**"
158
else
159
util::print::error "** GO Test Failed with ${1}**"
0 commit comments