From 43b57f9e49ca60eb6ebb4aca866c1f9c0f009d50 Mon Sep 17 00:00:00 2001 From: Kalervo Kujala Date: Thu, 22 Dec 2011 22:33:16 +0200 Subject: [PATCH] Add debug logging to unit test Makefile. --- test/unit/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/unit/Makefile b/test/unit/Makefile index 10a915ca8..1702f34d2 100644 --- a/test/unit/Makefile +++ b/test/unit/Makefile @@ -57,8 +57,19 @@ PROG:=java \ --testOutput ./test_reports/ test: + @echo 'Debug random profile paths: $(BROWSERS_WITH_UKNOWN_RANDOM_PROFILE_PATHS)' + @echo + @echo 'Debug browsers: $(BROWSERS)' + @echo + @echo 'Debug profiles: $(PROFILES)' + @echo + @echo 'About to run command: mkdir -p $(PROFILES)' @mkdir -p $(PROFILES) + @echo + @echo 'About to run command: $(PROG)' $(PROG) + @echo + @echo 'About to run command: @rm -rf $(PROFILES)' @rm -rf $(PROFILES) .phony:: test