Skip to content

Commit df9d3a8

Browse files
authored
Merge pull request kubernetes#81424 from xichengliudui/fix190915
fix shellcheck failures in hack/test-integration.sh and hack/verify-t…
2 parents 3526a61 + 40bf494 commit df9d3a8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

hack/.shellcheck_failures

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@
1616
./cluster/test-e2e.sh
1717
./cluster/validate-cluster.sh
1818
./hack/lib/test.sh
19-
./hack/test-integration.sh
2019
./test/images/image-util.sh

hack/test-integration.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ set -o errexit
2020
set -o nounset
2121
set -o pipefail
2222

23-
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
24-
2523
echo "$0 has been replaced by 'make test-integration'"
2624
echo
2725
echo "The following invocation will run all integration tests: "

0 commit comments

Comments
 (0)