Catch test compilation errors

This commit is contained in:
Michael Kuzmin 2018-05-16 16:36:14 +03:00
parent 23c918d00a
commit 1eaebb156f

View file

@ -2,6 +2,9 @@
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