OSDN Git Service

add issue program error (#1281)
[bytom/bytom.git] / Makefile
index 59e3448..929378a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -125,8 +125,8 @@ benchmark:
        @go test -bench $(PACKAGES)
 
 functional-tests:
-       @go test -v -timeout=5m -tags="functional" ./test 
+       @go test -timeout=5m -tags="functional" ./test 
 
 ci: test functional-tests
 
-.PHONY: all target release-all clean test benchmark
\ No newline at end of file
+.PHONY: all target release-all clean test benchmark