mirror of https://github.com/apache/lucene.git
Run tests last to fail fast on missing license and doc issues (#1788)
This commit is contained in:
parent
913976dbf7
commit
75e15497ec
|
@ -108,8 +108,8 @@ def prepare(root, version, gpgKeyID, gpgPassword):
|
|||
print(' Check DOAP files')
|
||||
checkDOAPfiles(version)
|
||||
|
||||
print(' ant -Dtests.badapples=false clean test validate documentation-lint')
|
||||
run('ant -Dtests.badapples=false clean test validate documentation-lint')
|
||||
print(' ant -Dtests.badapples=false clean validate documentation-lint test')
|
||||
run('ant -Dtests.badapples=false clean validate documentation-lint test')
|
||||
|
||||
open('rev.txt', mode='wb').write(rev.encode('UTF-8'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue