mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 01:41:54 -04:00
remove --v arg from kubetest2-tester-ginkgo test args
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
This commit is contained in:
parent
7dd624d344
commit
0e6409873a
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ create_cluster_and_run_test() {
|
|||
TEST_ARGS=""
|
||||
if [ "${SKIP_RUN_TESTS:-}" != "true" ]; then
|
||||
# (--use-built-binaries) use the kubectl, e2e.test, and ginkgo binaries built during --build as opposed to from a GCS release tarball
|
||||
TEST_ARGS="--test=ginkgo -- --v=5 --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
|
||||
TEST_ARGS="--test=ginkgo -- --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
|
||||
else
|
||||
echo "Skipping running tests"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue