summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-01 00:09:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-01 00:09:17 +0200
commit3fb91439752407f9f9dd8d3400fd35b828c64a3c (patch)
tree536c00149c6302eccfa6444e1df59767e6e8b1f5 /src/hub/Makefile
parentadded append/fetch tests for read only store (diff)
added test case for getUpdatesAfter and fix a bug
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
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