ensure correct shell usage

master
Koen Punt 2014-05-09 16:30:04 +02:00
parent 79203ba5d0
commit 8fbbeb8fc5
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ test: fast
@$(URCHIN) -f test/slow @$(URCHIN) -f test/slow
test_shell: test_shell:
@printf '\n\033[0;34m%s\033[0m\n' "Running tests in $(SHELL)"
@$(SHELL) $(URCHIN) -f test/$(TEST_SUITE) @$(SHELL) $(URCHIN) -f test/$(TEST_SUITE)
default: test default: test