mirror of https://github.com/apache/lucene.git
LUCENE-9054: fix stupid nocommit comment
This commit is contained in:
parent
2740d90dee
commit
acd56b350d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue