Browse Source

ensure correct shell usage

master
Koen Punt 11 years ago
parent
commit
8fbbeb8fc5
  1. 1
      Makefile

1
Makefile

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

Loading…
Cancel
Save