mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 23:11:40 -04:00
Merge pull request #101 from ericlathrop/fix-make-test
Fix import paths in "make test" dependency fetching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user