diff --git a/test b/test index e49d3068412..a0470057cae 100755 --- a/test +++ b/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 / _)