summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index ccc25f2a88..230774b256 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -532,7 +532,8 @@ class TestCase(object):
try:
result = self.RunCommand(self.GetCommand(), {
- "TEST_THREAD_ID": "%d" % self.thread_id
+ "TEST_THREAD_ID": "%d" % self.thread_id,
+ "TEST_PARALLEL" : "%d" % self.parallel
})
finally:
# Tests can leave the tty in non-blocking mode. If the test runner