From edd298f85adbfe19f25c243f44aea6cb9fb2dd99 Mon Sep 17 00:00:00 2001 From: fanmin shi Date: Tue, 28 Feb 2017 14:39:29 -0800 Subject: [PATCH] test: build test binary for etcdctl --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index 8f8bf0199..b6bfbbf8c 100755 --- a/test +++ b/test @@ -300,6 +300,7 @@ function build_cov_pass { PKGS=$TEST ETCD_PKGS_DELIM=$(echo $PKGS | sed 's/ /,/g') go test -c -covermode=set -coverpkg=$ETCD_PKGS_DELIM -o ${out}/etcd_test + go test -tags cov -c -covermode=set -coverpkg=$ETCD_PKGS_DELIM -o ${out}/etcdctl_test ${REPO_PATH}/etcdctl/ } function compile_pass {