mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: fix flags in coverage test
broken when fixing shellcheck errors
This commit is contained in:
parent
6cf0fd7cb0
commit
166e6918a6
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