diff options
| author | zhangjie <iamkadisi@163.com> | 2019-11-11 13:34:23 +0800 |
|---|---|---|
| committer | zhangjie <iamkadisi@163.com> | 2019-11-11 13:34:29 +0800 |
| commit | 336340a44bd69416056616e6d0d384539489b8de (patch) | |
| tree | fced40e8fb5dc3a6abb6e6e4ff0a5a9e2c898246 /edge | |
| parent | Update staging/src/github.com/kubeedge/beehive/pkg/core/context/context_facto... (diff) | |
| download | kubeedge-336340a44bd69416056616e6d0d384539489b8de.tar.gz | |
delete go test Verbose output
Signed-off-by: zhangjie <iamkadisi@163.com>
Diffstat (limited to 'edge')
| -rw-r--r-- | edge/Makefile | 2 |
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 |
