Fix "make integration".

pull/148/head
dlorenc 2016-06-01 11:28:23 -07:00
parent 560cb78f49
commit 0bbe13a99e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ iso:
.PHONY: integration
integration: out/minikube
go test -v ./test/integration --tags=integration
go test -v $(REPOPATH)/test/integration --tags=integration
.PHONY: test
test: pkg/minikube/cluster/localkubecontents.go