Skip to content

Commit

Permalink
test: build test binary for etcdctl
Browse files Browse the repository at this point in the history
  • Loading branch information
fanminshi committed Mar 1, 2017
1 parent 1f413cf commit edd298f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit edd298f

Please sign in to comment.