mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 00:07:50 +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) {
|
func callGubernator(gubernator bool) {
|
||||||
fmt.Println("Running gubernator.sh")
|
|
||||||
if gubernator {
|
if gubernator {
|
||||||
|
fmt.Println("Running gubernator.sh")
|
||||||
output, err := exec.Command("./test/e2e_node/gubernator.sh", "y").Output()
|
output, err := exec.Command("./test/e2e_node/gubernator.sh", "y").Output()
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user