mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: remove build flag "-a"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
a43ae13106
commit
7f1d94d5e2
4
test
4
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="-v" etcd_build
|
||||||
GO_BUILD_FLAGS="-a -v" tools_build
|
GO_BUILD_FLAGS="-v" tools_build
|
||||||
}
|
}
|
||||||
|
|
||||||
for pass in $PASSES; do
|
for pass in $PASSES; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user