Show the stderr for when test builds fail

This commit is contained in:
Mitchell Hashimoto 2013-04-20 18:17:44 -06:00
parent 216d5cb0d1
commit 9849a98b6b

View file

@ -9,6 +9,6 @@ format:
test:
@go list -f '{{range .TestImports}}{{.}}\
{{end}}' ./... | xargs -n1 go get -d
go test ./... 2>/dev/null
go test ./...
.PHONY: all format test