appveyor: remove verbose mode as output is truncated, and I can't see what's wrong
This commit is contained in:
parent
a2cc2532ea
commit
6fe6c08b4d
|
@ -27,7 +27,7 @@ build_script:
|
|||
- git rev-parse HEAD
|
||||
# go test $(go list ./... | grep -v vendor)
|
||||
- ps: |
|
||||
go.exe test -v -timeout=2m (go.exe list ./... `
|
||||
go.exe test -timeout=2m (go.exe list ./... `
|
||||
|? { -not $_.Contains('/vendor/') } `
|
||||
|? { $_ -ne 'github.com/hashicorp/packer/builder/parallels/common' } `
|
||||
|? { $_ -ne 'github.com/hashicorp/packer/provisioner/ansible' })
|
||||
|
|
Loading…
Reference in New Issue