Fix integration default path

pull/45/head
Lucas Käldström 2016-05-05 16:47:36 +03:00
parent 6b2d1ed1cd
commit b3cc4d2bae
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import (
"testing"
)
var binaryPath = flag.String("binary", "../out/minikube", "path to minikube binary")
var binaryPath = flag.String("binary", "../../out/minikube", "path to minikube binary")
func runCommand(t *testing.T, command string, checkError bool) string {
path, _ := filepath.Abs(*binaryPath)