mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-27 21:26:03 +00:00
Merge pull request #81424 from xichengliudui/fix190915
fix shellcheck failures in hack/test-integration.sh and hack/verify-t…
This commit is contained in:
@@ -16,5 +16,4 @@
|
|||||||
./cluster/test-e2e.sh
|
./cluster/test-e2e.sh
|
||||||
./cluster/validate-cluster.sh
|
./cluster/validate-cluster.sh
|
||||||
./hack/lib/test.sh
|
./hack/lib/test.sh
|
||||||
./hack/test-integration.sh
|
|
||||||
./test/images/image-util.sh
|
./test/images/image-util.sh
|
||||||
|
@@ -20,8 +20,6 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
|
||||||
|
|
||||||
echo "$0 has been replaced by 'make test-integration'"
|
echo "$0 has been replaced by 'make test-integration'"
|
||||||
echo
|
echo
|
||||||
echo "The following invocation will run all integration tests: "
|
echo "The following invocation will run all integration tests: "
|
||||||
|
Reference in New Issue
Block a user