Merge pull request #8566 from heyitsanthony/fix-cov

test: fix flags in coverage test
This commit is contained in:
Anthony Romano
2017-09-17 10:18:41 -07:00
committed by GitHub

2
test
View File

@@ -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 / _)