浏览代码

test: remove "-a" GO_BUILD_FLAGS

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 年之前
父节点
当前提交
7ed4803fb0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test

+ 2 - 2
test

@@ -621,8 +621,8 @@ function build_cov_pass {
 # fail fast on static tests
 # fail fast on static tests
 function build_pass {
 function build_pass {
 	echo "Checking build..."
 	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
 for pass in $PASSES; do