mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
Show the stderr for when test builds fail
This commit is contained in:
parent
216d5cb0d1
commit
9849a98b6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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…
Reference in a new issue