Show the stderr for when test builds fail

pull/15/head
Mitchell Hashimoto 13 years ago
parent 216d5cb0d1
commit 9849a98b6b

@ -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

Loading…
Cancel
Save