print success in the end

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1389529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-09-24 19:37:53 +00:00
parent 26fcaaf743
commit d179a78fa5
1 changed files with 2 additions and 0 deletions

View File

@ -1115,6 +1115,8 @@ def smokeTest(baseURL, version, tmpDir, isSigned):
print('Test Maven artifacts for Lucene and Solr...')
checkMaven(baseURL, tmpDir, version, isSigned)
print('\nSUCCESS!\n')
if __name__ == '__main__':
try:
main()