summaryrefslogtreecommitdiff
path: root/src/hub/Makefile
diff options
context:
space:
mode:
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