Actually checkout the tip of the branch instead of just saying we will

This commit is contained in:
Steve Rowe 2018-06-19 19:33:49 -04:00
parent 3d20e8967b
commit d04acc95f0

View File

@ -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)