| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index 9ca3991a04218d4a58d07bd6233a3b57dba983ff..0f52616d97fcc574caeeadf07c5a111684e324fc 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -171,7 +171,7 @@ class Runner(object):
|
| [os.path.abspath(os.path.join(self.context.shell_dir, shell))] +
|
| d8testflag +
|
| test.suite.GetFlagsForTestCase(test, self.context) +
|
| - [self.context.extra_flags])
|
| + self.context.extra_flags)
|
| return cmd
|
|
|
|
|
|
|