Skip to content

Commit

Permalink
fix exception calling (now deleted, from prior commit) method that wa…
Browse files Browse the repository at this point in the history
…s pushing to home.apache.org
  • Loading branch information
mikemccand committed Aug 28, 2024
1 parent 5328f97 commit bdc762a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/python/runNightlyGradleTestPrecommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,7 @@ def getLogFile(then, what):
if __name__ == '__main__':
if '-chart' in sys.argv:
writeGraph()
copyChart()
else:
runLuceneTests(getLogFile(datetime.datetime.now(), 'lucene-tests'))
runPrecommit(getLogFile(datetime.datetime.now(), 'precommit'))
writeGraph()
copyChart()

0 comments on commit bdc762a

Please sign in to comment.