mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #8566 from heyitsanthony/fix-cov
test: fix flags in coverage test
This commit is contained in:
commit
085adc5b8b
2
test
2
test
@ -161,7 +161,7 @@ function cov_pass {
|
||||
|
||||
# run code coverage for unit and integration tests
|
||||
GOCOVFLAGS="-covermode=set -coverpkg ${PKGS_COMMA} -v -timeout 15m"
|
||||
GOCOVFLAGS=($GOCOVFLGS)
|
||||
GOCOVFLAGS=($GOCOVFLAGS)
|
||||
failed=""
|
||||
for t in $(echo "${TEST_PKGS}" | grep -vE "(e2e|functional-tester)"); do
|
||||
tf=$(echo "$t" | tr / _)
|
||||
|
Loading…
x
Reference in New Issue
Block a user