Skip to content

Commit

Permalink
test: disable auto-insulate in busted
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Apr 19, 2016
1 parent cfbc946 commit b5c8214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -163,6 +163,8 @@ $(OUTPUT_DIR)/spec/base:
test: $(OUTPUT_DIR)/spec $(OUTPUT_DIR)/.busted
cd $(OUTPUT_DIR) && \
./luajit $(shell which busted) \
--exclude-tags=notest -o ./spec/base/unit/verbose_print ./spec/base/unit
--exclude-tags=notest \
--no-auto-insulate \
-o ./spec/base/unit/verbose_print ./spec/base/unit

.PHONY: test

0 comments on commit b5c8214

Please sign in to comment.