소스 검색

test: remove build flag "-a"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 년 전
부모
커밋
c19be730fd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      test

+ 2 - 2
test

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