]> git.parisson.com Git - pdf.js.git/commitdiff
Add debug logging to unit test Makefile.
authorKalervo Kujala <kkujala@com>
Thu, 22 Dec 2011 20:33:16 +0000 (22:33 +0200)
committerKalervo Kujala <kkujala@com>
Thu, 22 Dec 2011 20:33:16 +0000 (22:33 +0200)
test/unit/Makefile

index 10a915ca862965996186051e5bbc03d631e68e08..1702f34d24af0954147aaf1320265316508e00bf 100644 (file)
@@ -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