diff --git a/dev-tools/scripts/buildAndPushRelease.py b/dev-tools/scripts/buildAndPushRelease.py index 6cf5db6becf..58dbe8b321f 100755 --- a/dev-tools/scripts/buildAndPushRelease.py +++ b/dev-tools/scripts/buildAndPushRelease.py @@ -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'))