mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-01 04:50:52 -05:00
Merge pull request #101 from ericlathrop/fix-make-test
Fix import paths in "make test" dependency fetching
This commit is contained in:
commit
67df7b77ab
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -15,8 +15,7 @@ format:
|
|||
|
||||
test:
|
||||
@echo "$(OK_COLOR)==> Testing Packer...$(NO_COLOR)"
|
||||
@go list -f '{{range .TestImports}}{{.}}\
|
||||
{{end}}' ./... | xargs -n1 go get -d
|
||||
@go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs -n1 go get -d
|
||||
go test ./...
|
||||
|
||||
.PHONY: all format test
|
||||
|
|
|
|||
Loading…
Reference in a new issue