summaryrefslogtreecommitdiff
path: root/edge
diff options
context:
space:
mode:
authorzhangjie <iamkadisi@163.com>2019-11-11 13:34:23 +0800
committerzhangjie <iamkadisi@163.com>2019-11-11 13:34:29 +0800
commit336340a44bd69416056616e6d0d384539489b8de (patch)
treefced40e8fb5dc3a6abb6e6e4ff0a5a9e2c898246 /edge
parentUpdate staging/src/github.com/kubeedge/beehive/pkg/core/context/context_facto... (diff)
downloadkubeedge-336340a44bd69416056616e6d0d384539489b8de.tar.gz
delete go test Verbose output
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'edge')
-rw-r--r--edge/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/edge/Makefile b/edge/Makefile
index 56f408f42..4c423adb0 100644
--- a/edge/Makefile
+++ b/edge/Makefile
@@ -19,7 +19,7 @@ endif
export GOARCHAIUS_CONFIG_PATH=$(CURDIR)
test:
- find ${TEST_DIR} -name "*_test.go"| xargs -I{} dirname {} | uniq | xargs -I{} go test -v ${T} {}
+ find ${TEST_DIR} -name "*_test.go"| xargs -I{} dirname {} | uniq | xargs -I{} go test ${T} {}
# lint
.PHONY: lint