Skip to content

Commit eb5a2c2

Browse files
committedMar 24, 2022
Update manual integration test
Refs pmd/pmd#3861
1 parent 53aac65 commit eb5a2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/manual_integration_tests.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def run_pmd_tester(base_branch_name = 'master')
182182
'--list-of-project', "#{PMD_REPO_PATH}/.ci/files/project-list.xml",
183183
'--base-branch', base_branch_name,
184184
'--patch-branch', 'HEAD',
185-
'--patch-config', "#{PMD_REPO_PATH}/.ci/files/all-java.xml",
185+
'--patch-config', "#{PMD_REPO_PATH}/.ci/files/all-regression-rules.xml",
186186
'--mode', 'online',
187187
'--auto-gen-config',
188188
'--error-recovery',

0 commit comments

Comments
 (0)