summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r--scripts/LocalDriver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py
index 6dc18ba369a..e71b7b5facb 100644
--- a/scripts/LocalDriver.py
+++ b/scripts/LocalDriver.py
@@ -344,11 +344,11 @@ class LocalDriver(Driver):
else:
self.runner = TestCaseRunner()
- def run(self, mappings):
+ def run(self, mappings, testSuiteIds):
while True:
executor = Executor(self.threadlocal, self.workers, self.continueOnFailure)
for mapping in mappings:
- testsuites = mapping.getTestSuites()
+ testsuites = mapping.getTestSuites(testSuiteIds)
#
# Sort the test suites to run tests in the following order.