Skip to content

Commit 740a737

Browse files
committed
fix(scripts/integration): turned filter back to original value
1 parent 0ca1c11 commit 740a737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function tests::run() {
153153

154154
export CGO_ENABLED=0
155155
pushd "${BUILDPACKDIR}" > /dev/null
156-
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run PipIntegration | tee "${2}"; then
156+
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration | tee "${2}"; then
157157
util::print::info "** GO Test Succeeded with ${1}**"
158158
else
159159
util::print::error "** GO Test Failed with ${1}**"

0 commit comments

Comments
 (0)