Merge pull request #3475 from zmerlynn/revert_v_4

Revert "Add --v=4 to e2e bash executions by default"
This commit is contained in:
Zach Loafman 2015-01-14 13:23:11 -08:00
commit 9117260bfd

View File

@ -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 {