| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index 2e37fcbcdb1d9c9fb553881d464c0a3dc0d85f25..9ca3991a04218d4a58d07bd6233a3b57dba983ff 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -167,7 +167,7 @@ class Runner(object):
|
| d8testflag = ["--test"]
|
| if utils.IsWindows():
|
| shell += ".exe"
|
| - cmd = ([self.context.command_prefix] +
|
| + cmd = (self.context.command_prefix +
|
| [os.path.abspath(os.path.join(self.context.shell_dir, shell))] +
|
| d8testflag +
|
| test.suite.GetFlagsForTestCase(test, self.context) +
|
|
|