enable verbose mode to see debug

* I will remove this commit. This is very handy as appveyor/circle/travis have different ouputs
This commit is contained in:
Adrien Delorme 2019-01-24 14:09:45 +01:00
parent c943ff00a2
commit 1148bec590
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ testacc: deps generate ## Run acceptance tests
PACKER_ACC=1 go test -v $(TEST) $(TESTARGS) -timeout=45m
testrace: fmt-check mode-check vet ## Test with race detection enabled
@go test -race $(TEST) $(TESTARGS) -timeout=2m -p=8
@go test -race $(TEST) $(TESTARGS) -timeout=2m -v -p=8
updatedeps:
@echo "INFO: Packer deps are managed by govendor. See .github/CONTRIBUTING.md"