From 5f98f87014b8ec7a587d6214febf5fc80725ee21 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 2 May 2016 10:51:05 +0800 Subject: [PATCH] update test script. Signed-off-by: Bo-Yi Wu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8a4a67..e0f36f0 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ build: clean sh script/build.sh test: - cd gorush && go test -v -covermode=count -coverprofile=coverage.out + cd gorush && go test -cover -v ./... docker_build: clean tar -zcvf build.tar.gz gorush.go gorush