Run tests last to fail fast on missing license and doc issues (#1788)

This commit is contained in:
Simon Willnauer 2020-08-26 12:55:25 +02:00 committed by GitHub
parent 913976dbf7
commit 75e15497ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'))