mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Catch test compilation errors
This commit is contained in:
parent
23c918d00a
commit
1eaebb156f
1 changed files with 4 additions and 1 deletions
5
test.sh
5
test.sh
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
export PACKER_ACC=1
|
go test -c ./driver
|
||||||
|
go test -c ./iso
|
||||||
|
go test -c ./clone
|
||||||
|
|
||||||
|
export PACKER_ACC=1
|
||||||
go test -v ./driver ./iso ./clone
|
go test -v ./driver ./iso ./clone
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue