print out a message when checkJavadocLinks fails

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-23 04:38:07 +00:00
parent 2c25a2dcfa
commit e9c1fe7cdc
1 changed files with 2 additions and 0 deletions

View File

@ -197,6 +197,8 @@ def checkAll(dirName):
failures = failures or printed
if failures:
print
print 'Broken javadocs links were found!'
sys.exit(1)
else:
sys.exit(0)