Show More
@@ -1096,7 +1096,7 b' def scheduletests(options, tests):' | |||||
1096 | test = tests.pop(0) |
|
1096 | test = tests.pop(0) | |
1097 | if options.loop: |
|
1097 | if options.loop: | |
1098 | tests.append(test) |
|
1098 | tests.append(test) | |
1099 | t = threading.Thread(target=job, args=(test, count)) |
|
1099 | t = threading.Thread(target=job, name=test, args=(test, count)) | |
1100 | t.start() |
|
1100 | t.start() | |
1101 | running += 1 |
|
1101 | running += 1 | |
1102 | count += 1 |
|
1102 | count += 1 |
General Comments 0
You need to be logged in to leave comments.
Login now