From 357477b2bee62e3f78fcb5191e461888ce96f52c Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Mon, 18 Apr 2016 23:54:09 -0700 Subject: [PATCH] test: disable auto insulate --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef61be234..0435dc7cc 100644 --- a/Makefile +++ b/Makefile @@ -98,7 +98,9 @@ $(INSTALL_DIR)/koreader/.luacov: ln -sf ../../.luacov $(INSTALL_DIR)/koreader testfront: $(INSTALL_DIR)/koreader/.busted - cd $(INSTALL_DIR)/koreader && ./luajit $(shell which busted) -o verbose_print --exclude-tags=notest + cd $(INSTALL_DIR)/koreader && ./luajit $(shell which busted) \ + --no-auto-insulate \ + -o verbose_print --exclude-tags=notest test: $(MAKE) -C $(KOR_BASE) test