mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: build test binary for etcdctl
This commit is contained in:
parent
1f413cff64
commit
edd298f85a
1
test
1
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user