From 3fb91439752407f9f9dd8d3400fd35b828c64a3c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 1 May 2017 00:09:12 +0200 Subject: added test case for getUpdatesAfter and fix a bug --- src/hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hub/Makefile') diff --git a/src/hub/Makefile b/src/hub/Makefile index daf06ef..87890a4 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -81,7 +81,7 @@ bench: getlibs @$(GOCMD) test -bench=. spreadspace.org/sfive cover: getlibs - @echo "testing and benchmarking: sfive" + @echo "testing with coverage output" @$(GOCMD) test -coverprofile=coverage.out spreadspace.org/sfive @$(GOCMD) tool cover -html=coverage.out -- cgit v1.2.3