Add debug logging to unit test Makefile.
This commit is contained in:
parent
d741a8a7aa
commit
43b57f9e49
@ -57,8 +57,19 @@ PROG:=java \
|
|||||||
--testOutput ./test_reports/
|
--testOutput ./test_reports/
|
||||||
|
|
||||||
test:
|
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)
|
@mkdir -p $(PROFILES)
|
||||||
|
@echo
|
||||||
|
@echo 'About to run command: $(PROG)'
|
||||||
$(PROG)
|
$(PROG)
|
||||||
|
@echo
|
||||||
|
@echo 'About to run command: @rm -rf $(PROFILES)'
|
||||||
@rm -rf $(PROFILES)
|
@rm -rf $(PROFILES)
|
||||||
|
|
||||||
.phony:: test
|
.phony:: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user