Show More
@@ -1089,7 +1089,7 b' def scheduletests(options, tests):' | |||||
1089 | test = tests.pop(0) |
|
1089 | test = tests.pop(0) | |
1090 | if options.loop: |
|
1090 | if options.loop: | |
1091 | tests.append(test) |
|
1091 | tests.append(test) | |
1092 |
t = threading.Thread( |
|
1092 | t = threading.Thread(target=job, args=(test, count)) | |
1093 | t.start() |
|
1093 | t.start() | |
1094 | running += 1 |
|
1094 | running += 1 | |
1095 | count += 1 |
|
1095 | count += 1 |
General Comments 0
You need to be logged in to leave comments.
Login now