From bce47bc1a9831235e35b492cb0785ba2323a87e3 Mon Sep 17 00:00:00 2001 From: Michael Kuzmin Date: Wed, 16 May 2018 16:42:49 +0300 Subject: [PATCH] Revert "Catch test compilation errors" This reverts commit 1eaebb1 --- test.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test.sh b/test.sh index adb01e56f..48d55a97c 100755 --- a/test.sh +++ b/test.sh @@ -2,9 +2,6 @@ set -eux -go test -c ./driver -go test -c ./iso -go test -c ./clone - export PACKER_ACC=1 + go test -v ./driver ./iso ./clone