Explorar el Código

test: remove build flag "-a"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 7 años
padre
commit
7f1d94d5e2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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