From 166e6918a6335e536df4e9c605ce39d75815fc69 Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Sun, 17 Sep 2017 00:33:56 -0700 Subject: [PATCH] test: fix flags in coverage test broken when fixing shellcheck errors --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index e49d30684..a0470057c 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 / _)