From 970f9a78018751cc2dfadfb63bc8fa4f4560296d Mon Sep 17 00:00:00 2001 From: chrox Date: Wed, 7 Oct 2015 22:41:14 +0800 Subject: [PATCH] verbose coverage test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35a40972a..b31b7f261 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ test: $(MAKE) testfront coverage: $(INSTALL_DIR)/koreader/.luacov - cd $(INSTALL_DIR)/koreader && ./luajit $(shell which busted) --coverage --exclude-tags=nocov + cd $(INSTALL_DIR)/koreader && ./luajit $(shell which busted) -o verbose_print --coverage --exclude-tags=nocov # coverage report summary cd $(INSTALL_DIR)/koreader && tail -n \ +$$(($$(grep -nm1 Summary luacov.report.out|cut -d: -f1)-1)) \