mirror of https://github.com/apache/lucene.git
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:
parent
26fcaaf743
commit
d179a78fa5
|
@ -1115,6 +1115,8 @@ def smokeTest(baseURL, version, tmpDir, isSigned):
|
||||||
print('Test Maven artifacts for Lucene and Solr...')
|
print('Test Maven artifacts for Lucene and Solr...')
|
||||||
checkMaven(baseURL, tmpDir, version, isSigned)
|
checkMaven(baseURL, tmpDir, version, isSigned)
|
||||||
|
|
||||||
|
print('\nSUCCESS!\n')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
try:
|
try:
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in New Issue