mirror of https://github.com/apache/lucene.git
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:
parent
2c25a2dcfa
commit
e9c1fe7cdc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue