Skip to content

Commit

Permalink
Merge pull request #8566 from heyitsanthony/fix-cov
Browse files Browse the repository at this point in the history
test: fix flags in coverage test
  • Loading branch information
Anthony Romano authored Sep 17, 2017
2 parents 6cf0fd7 + 166e691 commit 085adc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -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 / _)
Expand Down

0 comments on commit 085adc5

Please sign in to comment.