We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1536bfc + 916beed commit fa14bbbCopy full SHA for fa14bbb
3 files changed
builder/Makefile
@@ -62,7 +62,7 @@ deploy: build dev-release restart
62
test: test-style test-unit test-functional
63
64
test-unit:
65
- godep go test -v .
+ $(GOTEST) .
66
67
test-functional:
68
@docker history deis/test-etcd >/dev/null 2>&1 || docker pull deis/test-etcd:latest
deisctl/Makefile
@@ -51,4 +51,4 @@ test-style:
51
$(GOLINT) ./...
52
53
54
- godep go test -v -cover ./...
+ $(GOTEST) ./...
publisher/Makefile
@@ -66,7 +66,7 @@ test-style:
69
- godep go test -v ./...
70
71
uninstall: check-deisctl
72
deisctl uninstall publisher
0 commit comments