Edit Makefile to actually return failure code on test failures.

pull/153/head
goltermann 10 years ago
parent fba7dbdea1
commit 9ba4fedc73

@ -18,7 +18,7 @@ clean:
go clean -v $(GO_DEPS)
test: build
-go test -v $(GO_DEPS)
go test -v $(GO_DEPS)
push: container

Loading…
Cancel
Save