tests/run-tests.py
branchstable
changeset 1318 4e600dd12c89
parent 1317 f7923ea4b188
child 1319 b5ce8c72ddf9
--- a/tests/run-tests.py	Thu Jan 16 18:55:35 2014 +0100
+++ b/tests/run-tests.py	Thu Jan 16 11:26:54 2014 +0100
@@ -1096,7 +1096,7 @@
                 test = tests.pop(0)
                 if options.loop:
                     tests.append(test)
-                t = threading.Thread(target=job, args=(test, count))
+                t = threading.Thread(target=job, name=test, args=(test, count))
                 t.start()
                 running += 1
                 count += 1