Commit 67df7b77 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #101 from ericlathrop/fix-make-test

Fix import paths in "make test" dependency fetching
parents 7047c5f0 ff0647bc
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment