[ci] Enable debug mode for pmdtester

This commit is contained in:
Andreas Dangel 2021-01-08 16:09:22 +01:00
parent ddcc205516
commit 83bc024fd3
2 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@ function regression_tester_uploadBaseline() {
--patch-branch ${baseline_branch} \
--patch-config ./pmd/.ci/files/all-java.xml \
--list-of-project ./pmd/.ci/files/project-list.xml --html-flag \
--error-recovery
--error-recovery \
--debug
pushd target/reports
BRANCH_FILENAME="${baseline_branch/\//_}"
zip -q -r ${BRANCH_FILENAME}-baseline.zip ${BRANCH_FILENAME}/

View File

@ -16,7 +16,7 @@ def run_pmdtester
'--auto-gen-config',
'--error-recovery',
'--baseline-download-url', 'https://pmd-code.org/pmd-regression-tester/',
# '--debug',
'--debug',
]
begin
@summary = PmdTester::Runner.new(argv).run