Show More
@@ -1121,7 +1121,7 b' results = dict(p=[], f=[], s=[], i=[])' | |||
|
1121 | 1121 | times = [] |
|
1122 | 1122 | iolock = threading.Lock() |
|
1123 | 1123 | |
|
1124 |
def runqueue(options, tests |
|
|
1124 | def runqueue(options, tests): | |
|
1125 | 1125 | for test in tests: |
|
1126 | 1126 | ret = runone(options, test) |
|
1127 | 1127 | if options.first and ret is not None and not ret: |
@@ -1147,7 +1147,7 b' def runtests(options, tests):' | |||
|
1147 | 1147 | print "running all tests" |
|
1148 | 1148 | tests = orig |
|
1149 | 1149 | |
|
1150 |
runqueue(options, tests |
|
|
1150 | runqueue(options, tests) | |
|
1151 | 1151 | |
|
1152 | 1152 | failed = len(results['f']) |
|
1153 | 1153 | tested = len(results['p']) + failed |
General Comments 0
You need to be logged in to leave comments.
Login now