summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files 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: