LUCENE-8579: Don't run bad apples when building a release.

This commit is contained in:
Adrien Grand 2018-11-30 09:09:00 +01:00
parent 75b1831967
commit c074b97e79
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
print(' Check DOAP files')
checkDOAPfiles(version)
print(' ant clean test validate documentation-lint')
run('ant clean test validate documentation-lint')
print(' ant -Dtests.badapples=false clean test validate documentation-lint')
run('ant -Dtests.badapples=false clean test validate documentation-lint')
open('rev.txt', mode='wb').write(rev.encode('UTF-8'))