appveyor: remove verbose mode as output is truncated, and I can't see what's wrong

This commit is contained in:
Adrien Delorme 2019-05-03 16:22:15 +02:00
parent a2cc2532ea
commit 6fe6c08b4d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ build_script:
- git rev-parse HEAD - git rev-parse HEAD
# go test $(go list ./... | grep -v vendor) # go test $(go list ./... | grep -v vendor)
- ps: | - ps: |
go.exe test -v -timeout=2m (go.exe list ./... ` go.exe test -timeout=2m (go.exe list ./... `
|? { -not $_.Contains('/vendor/') } ` |? { -not $_.Contains('/vendor/') } `
|? { $_ -ne 'github.com/hashicorp/packer/builder/parallels/common' } ` |? { $_ -ne 'github.com/hashicorp/packer/builder/parallels/common' } `
|? { $_ -ne 'github.com/hashicorp/packer/provisioner/ansible' }) |? { $_ -ne 'github.com/hashicorp/packer/provisioner/ansible' })