From 351eea0d80739567da34c85cf9570ded393561a9 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 8 Sep 2012 22:28:10 +0100 Subject: Fix up message --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3be2c1a..2cb2616 100644 --- a/Makefile +++ b/Makefile @@ -70,12 +70,12 @@ test: cmodule done; \ $(LUA) extras/luacov/src/bin/luacov -X luacov. -X test. $(MODULES); \ exit $$ERR - @echo -n "GIT2 saves "; \ + @echo -n "Allowing use of luagit2 saves "; \ PRE=$$(grep sp.spawn_simple luacov.report.git2.out | awk '{print $$1}'); \ POST=$$(grep sp.spawn_simple luacov.report.out | awk '{print $$1}'); \ NORM=$$((POST - PRE)); \ echo -n $$((NORM - PRE)) / $${NORM}; \ - echo " calls out to git." + echo " calls out to git executable during test suite." .PHONY: interactive interactive: -- cgit v1.2.1