From: Kalervo Kujala Date: Thu, 22 Dec 2011 20:33:16 +0000 (+0200) Subject: Add debug logging to unit test Makefile. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=43b57f9e49ca60eb6ebb4aca866c1f9c0f009d50;p=pdf.js.git Add debug logging to unit test Makefile. --- diff --git a/test/unit/Makefile b/test/unit/Makefile index 10a915c..1702f34 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