summaryrefslogtreecommitdiff
path: root/hack/make-rules
diff options
context:
space:
mode:
authorXiang Dai <long0dai@foxmail.com>2020-09-11 16:07:09 +0800
committerXiang Dai <long0dai@foxmail.com>2021-01-09 09:36:10 +0800
commit41453952e6be69e02b4863617c49d2d566e9c104 (patch)
tree814063873d41aed9d96d082286d174fd1083704c /hack/make-rules
parentMerge pull request #2437 from Abirdcfly/master (diff)
downloadkubeedge-41453952e6be69e02b4863617c49d2d566e9c104.tar.gz
Generate coverprofile when test
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
Diffstat (limited to 'hack/make-rules')
-rwxr-xr-xhack/make-rules/clean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hack/make-rules/clean.sh b/hack/make-rules/clean.sh
index bbeec600e..525c975bd 100755
--- a/hack/make-rules/clean.sh
+++ b/hack/make-rules/clean.sh
@@ -25,6 +25,7 @@ source "${KUBEEDGE_ROOT}/hack/lib/init.sh"
kubeedge::clean::cache(){
unset GOARM
+ go clean -testcache
go clean -cache
}