From 8fbbeb8fc51fd59de455caa6708399f054742c08 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Fri, 9 May 2014 16:30:04 +0200 Subject: [PATCH] ensure correct shell usage --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 090ebf6..323628c 100644 --- a/Makefile +++ b/Makefile @@ -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