From 7ed4803fb09de5802d3d8420dd8c8ea8b576ab89 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 11 Apr 2018 01:45:06 -0700 Subject: [PATCH] test: remove "-a" GO_BUILD_FLAGS Signed-off-by: Gyuho Lee --- test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test b/test index aeb4416a0..ab31ad1ca 100755 --- a/test +++ b/test @@ -621,8 +621,8 @@ function build_cov_pass { # fail fast on static tests function build_pass { echo "Checking build..." - GO_BUILD_FLAGS="-a -v" etcd_build - GO_BUILD_FLAGS="-a -v" tools_build + GO_BUILD_FLAGS="-v" etcd_build + GO_BUILD_FLAGS="-v" tools_build } for pass in $PASSES; do