summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
Diffstat (limited to 'hack')
-rwxr-xr-xhack/lib/golang.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/hack/lib/golang.sh b/hack/lib/golang.sh
index deda28e7d..aa93125d1 100755
--- a/hack/lib/golang.sh
+++ b/hack/lib/golang.sh
@@ -447,7 +447,6 @@ kubeedge::golang::run_test() {
local profile=${PROFILE:-""}
if [[ $profile ]]; then
go test "-coverprofile=${profile}" ${testdirs[@]}
- go tool cover -func=${profile}
else
go test ${testdirs[@]}
fi