mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Fix kubemark default e2e test suite's name
This commit is contained in:
parent
6d5b2ef49e
commit
7802c82671
@ -33,7 +33,7 @@ export KUBECONFIG="${ABSOLUTE_ROOT}/test/kubemark/resources/kubeconfig.kubemark"
|
|||||||
export E2E_MIN_STARTUP_PODS=0
|
export E2E_MIN_STARTUP_PODS=0
|
||||||
|
|
||||||
if [[ -z "$@" ]]; then
|
if [[ -z "$@" ]]; then
|
||||||
ARGS='--ginkgo.focus=\[Feature:performance\]'
|
ARGS='--ginkgo.focus=\[Feature:Performance\]'
|
||||||
else
|
else
|
||||||
ARGS=$@
|
ARGS=$@
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user