File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,17 +22,12 @@ set -o pipefail
2222
2323KUBE_ROOT=$( dirname " ${BASH_SOURCE} " ) /..
2424
25- # For help output
26- ARGHELP=" "
27- if [[ " $# " -gt 0 ]]; then
28- ARGHELP=" WHAT='$@ '"
29- fi
30-
31- echo " NOTE: $0 has been replaced by 'make test-integration'"
25+ echo " $0 has been replaced by 'make test-integration'"
3226echo
33- echo " The equivalent of this invocation is : "
34- echo " make test-integration ${ARGHELP} "
27+ echo " The following invocation will run all integration tests : "
28+ echo ' make test-integration'
3529echo
30+ echo " The following invocation will run a specific test with the verbose flag set: "
31+ echo ' make test-integration WHAT=./test/integration/pods KUBE_GOFLAGS="-v" KUBE_TEST_ARGS="-run ^TestPodUpdateActiveDeadlineSeconds$"'
3632echo
37- make --no-print-directory -C " ${KUBE_ROOT} " test-integration WHAT=" $* "
38-
33+ exit 1
You can’t perform that action at this time.
0 commit comments