From c762057a7c21f1e1d71c23b8a110f3922cb7a680 Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Wed, 15 Feb 2017 15:23:32 -0800 Subject: [PATCH] test-integration.sh: Exit after running a test case --- hack/make-rules/test-integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make-rules/test-integration.sh b/hack/make-rules/test-integration.sh index 0591f6e4950..8955f6a3f2f 100755 --- a/hack/make-rules/test-integration.sh +++ b/hack/make-rules/test-integration.sh @@ -93,6 +93,7 @@ trap cleanup EXIT # If a test case is specified, just run once with v1 API version and exit if [[ -n "${KUBE_TEST_ARGS}" ]]; then runTests v1 + exit 0 fi # Pass arguments that begin with "-" and move them to goflags.