From 1eaebb156f3c469e16f2fa8080e3e7a6b5ea992a Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Wed, 16 May 2018 16:36:14 +0300 Subject: [PATCH] Catch test compilation errors --- test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 48d55a97c..adb01e56f 100755 --- a/test.sh +++ b/test.sh @@ -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