test: fix flags in coverage test

broken when fixing shellcheck errors
This commit is contained in:
Anthony Romano 2017-09-17 00:33:56 -07:00
parent 6cf0fd7cb0
commit 166e6918a6

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