0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-13712 fix fedora8 builders (python 2.5.1)

This commit is contained in:
Matt Kangas 2014-05-08 00:33:42 -04:00
parent ab47b0b217
commit 630944421e

View File

@ -679,7 +679,8 @@ def run_tests(tests):
if small_oplog or small_oplog_rs:
master.wait_for_repl()
for tests_run, test in enumerate(tests, 1):
for tests_run, test in enumerate(tests):
tests_run += 1 # enumerate from 1, python 2.5 compatible
test_result = { "start": time.time() }
(test_path, use_db) = test