mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
fix shellcheck failures in hack/test-integration.sh and hack/verify-test-featuregates.sh
This commit is contained in:
parent
f6a70ef271
commit
40bf494e3f
2 changed files with 0 additions and 3 deletions
|
|
@ -16,5 +16,4 @@
|
|||
./cluster/test-e2e.sh
|
||||
./cluster/validate-cluster.sh
|
||||
./hack/lib/test.sh
|
||||
./hack/test-integration.sh
|
||||
./test/images/image-util.sh
|
||||
|
|
|
|||
|
|
@ -20,8 +20,6 @@ set -o errexit
|
|||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
|
||||
echo "$0 has been replaced by 'make test-integration'"
|
||||
echo
|
||||
echo "The following invocation will run all integration tests: "
|
||||
|
|
|
|||
Loading…
Reference in a new issue