mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 17:46:28 +00:00
Actually checkout the tip of the branch instead of just saying we will
This commit is contained in:
parent
3d20e8967b
commit
d04acc95f0
@ -253,7 +253,7 @@ def main():
|
||||
tests[testcase] = oldTests[testcase]
|
||||
if len(tests) > 0:
|
||||
print('\n[repro] Re-testing 100%% failures at the tip of %s' % branchFromLog)
|
||||
prepareWorkspace(False, branchFromLog)
|
||||
prepareWorkspace(True, branchFromLog)
|
||||
modules = groupTestsByModule(tests)
|
||||
runTests(config.testIters, modules, tests)
|
||||
failures = printReport(config.testIters, ' at the tip of %s' % branchFromLog)
|
||||
|
Loading…
x
Reference in New Issue
Block a user