| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index 4453c08451f48cffd3891b4a62c7078e7d3972da..f4a40204e4889374fe9b94f9c0a628974dbd289d 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -171,6 +171,7 @@ class Runner(object):
|
| cmd = (self.context.command_prefix +
|
| [os.path.abspath(os.path.join(self.context.shell_dir, shell))] +
|
| d8testflag +
|
| + ["--random-seed=%s" % self.context.random_seed] +
|
| test.suite.GetFlagsForTestCase(test, self.context) +
|
| self.context.extra_flags)
|
| return cmd
|
|
|