mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
test-integration.sh: Exit after running a test case
This commit is contained in:
parent
ae91e0452f
commit
c762057a7c
@ -93,6 +93,7 @@ trap cleanup EXIT
|
|||||||
# If a test case is specified, just run once with v1 API version and exit
|
# If a test case is specified, just run once with v1 API version and exit
|
||||||
if [[ -n "${KUBE_TEST_ARGS}" ]]; then
|
if [[ -n "${KUBE_TEST_ARGS}" ]]; then
|
||||||
runTests v1
|
runTests v1
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Pass arguments that begin with "-" and move them to goflags.
|
# Pass arguments that begin with "-" and move them to goflags.
|
||||||
|
Loading…
Reference in New Issue
Block a user