Commit 0c4119fb authored by Zach Loafman's avatar Zach Loafman

Revert "Add --v=4 to e2e bash executions by default"

This reverts commit abc62175, which interacts weirdly with Jenkins on the GKE provider. Tactical revert until that can be figured out: https://github.com/GoogleCloudPlatform/kubernetes/issues/3474
parent 36320f02
......@@ -531,9 +531,9 @@ func kubecfgArgs() string {
// kubectl command (begining with a space).
func kubectlArgs() string {
if *checkVersionSkew {
return " --match-server-version --v=4"
return " --match-server-version"
}
return " --v=4"
return ""
}
func bashWrap(cmd string) string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment