| Index: tools/testrunner/local/statusfile.py
|
| diff --git a/tools/testrunner/local/statusfile.py b/tools/testrunner/local/statusfile.py
|
| index d8c15493b43ef7de18612f25f90c43a280441606..aa667f6ef3d83df149ca75e5cc58ccbfaba47c06 100644
|
| --- a/tools/testrunner/local/statusfile.py
|
| +++ b/tools/testrunner/local/statusfile.py
|
| @@ -106,7 +106,7 @@ def _AddOutcome(result, new):
|
| def _ParseOutcomeList(rule, outcomes, target_dict, variables):
|
| result = set([])
|
| if type(outcomes) == str:
|
| - outcomes = [outcomes]
|
| + outcomes = [outcomes]
|
| for item in outcomes:
|
| if type(item) == str:
|
| _AddOutcome(result, item)
|
|
|