mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
test: disable auto insulate
This commit is contained in:
4
Makefile
4
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
|
||||
|
||||
Reference in New Issue
Block a user