Merge pull request #31629 from rmmh/fix-gubernator-line

Automatic merge from submit-queue

Only print "running gubernator.sh" when actually running it.
This commit is contained in:
Kubernetes Submit Queue 2016-08-30 16:10:18 -07:00 committed by GitHub
commit 09e3fb355b

View File

@ -280,8 +280,8 @@ func main() {
}
func callGubernator(gubernator bool) {
fmt.Println("Running gubernator.sh")
if gubernator {
fmt.Println("Running gubernator.sh")
output, err := exec.Command("./test/e2e_node/gubernator.sh", "y").Output()
if err != nil {