Fix "make integration".
parent
560cb78f49
commit
0bbe13a99e
2
Makefile
2
Makefile
|
|
@ -72,7 +72,7 @@ iso:
|
||||||
|
|
||||||
.PHONY: integration
|
.PHONY: integration
|
||||||
integration: out/minikube
|
integration: out/minikube
|
||||||
go test -v ./test/integration --tags=integration
|
go test -v $(REPOPATH)/test/integration --tags=integration
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: pkg/minikube/cluster/localkubecontents.go
|
test: pkg/minikube/cluster/localkubecontents.go
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue