summaryrefslogtreecommitdiff
path: root/hack/make-rules/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hack/make-rules/clean.sh')
-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
}