mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Only print "running gubernator.sh" when actually running it.
This commit is contained in:
parent
295f1786fb
commit
3551167d12
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user