diff --git a/scripts/run-new-integration-tests.sh b/scripts/run-new-integration-tests.sh index 260dad1c4e..b41193cf86 100644 --- a/scripts/run-new-integration-tests.sh +++ b/scripts/run-new-integration-tests.sh @@ -1,10 +1,7 @@ #!/bin/bash - - -# This script runs integration tests on the EKS Amazon VPC CNI K8s set -e - +OS_OVERRIDE=$(go env GOOS) pushd ./test/integration-new echo "Running integration test with the following configuration: diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 9c6b84cf45..c4c55739a7 100644 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -9,11 +9,9 @@ source "$DIR"/lib/common.sh source "$DIR"/lib/aws.sh source "$DIR"/lib/cluster.sh source "$DIR"/lib/integration.sh -source "$DIR"/run-new-integration-tests.sh source "$DIR"/lib/performance_tests.sh # Variables used in /lib/aws.sh -OS_OVERRIDE=$(go env GOOS) OS=$(go env GOOS) ARCH=$(go env GOARCH)