Parcourir la source

test: remove build flag "-a"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee il y a 7 ans
Parent
commit
c19be730fd
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      test

+ 2 - 2
test

@@ -624,8 +624,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