| Index: tools/testrunner/local/execution.py
|
| diff --git a/tools/testrunner/local/execution.py b/tools/testrunner/local/execution.py
|
| index c9fe54175a3ddd3096c03fb1e398243256daa202..d6500c82cc103352ab916ff9f61c7c569c0cd282 100644
|
| --- a/tools/testrunner/local/execution.py
|
| +++ b/tools/testrunner/local/execution.py
|
| @@ -82,7 +82,7 @@ def MakeProcessContext(context):
|
|
|
| def GetCommand(test, context):
|
| d8testflag = []
|
| - shell = test.suite.shell()
|
| + shell = test.shell()
|
| if shell == "d8":
|
| d8testflag = ["--test"]
|
| if utils.IsWindows():
|
|
|