LUCENE-9054: fix stupid nocommit comment

This commit is contained in:
Chris Hostetter 2019-11-22 08:22:39 -07:00
parent 2740d90dee
commit acd56b350d
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ def printAndMoveReports(testIters, newSubDir, location):
if errorFailureMatch is not None:
failures[testcase] += 1
break
# have to play nice with 'ant clean' ... nocommit: test this
# have to play nice with 'ant clean'...
newDirPath = os.path.join('repro-reports', newSubDir, dir)
os.makedirs(newDirPath, exist_ok=True)
os.rename(filePath, os.path.join(newDirPath, file))