Skip to content

Commit 8db84db

Browse files
committed
Fix manual-integration-test
Force a rebuild of PMD for every test case.
1 parent 156097d commit 8db84db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/manual_integration_tests.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ def checkout_pmd_branch(branch = 'master')
212212
system("git reset --hard origin/#{branch}")
213213
system('git config user.email "andreas.dangel+pmd-bot@adangel.org"')
214214
system('git config user.name "PMD CI (pmd-bot)"')
215+
# remove any already existing binary to force a rebuild
216+
FileUtils.rm Dir.glob('pmd-dist/target/pmd-bin-*.zip')
215217
end
216218
end
217219

0 commit comments

Comments
 (0)