1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Fix integration test invocation

Stop clearing S2I_BUILD_TAGS in hack/test-go.sh so that integration
tests will run when it's invoked from hack/test-dockerfile.sh and from
hack/docker.sh.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2022-06-29 15:52:56 -04:00
parent 01d9d0362c
commit ebacea9f3e

View File

@@ -28,7 +28,7 @@ find_test_dirs() {
S2I_RACE=${S2I_RACE--race}
S2I_COVER=${S2I_COVER--cover}
S2I_TIMEOUT=${S2I_TIMEOUT--timeout 60s}
S2I_BUILD_TAGS=""
S2I_BUILD_TAGS="${S2I_BUILD_TAGS:-}"
if [ "${1-}" != "" ]; then
test_packages="$S2I_GO_PACKAGE/$1"