Chromium Code Reviews| Index: tools/testrunner/local/progress.py |
| diff --git a/tools/testrunner/local/progress.py b/tools/testrunner/local/progress.py |
| index 60ec635262b6e818802d84d50aa77b0f4356dcc8..85d93285ebc56b5b470b5c0110d402ac9051588c 100644 |
| --- a/tools/testrunner/local/progress.py |
| +++ b/tools/testrunner/local/progress.py |
| @@ -375,6 +375,7 @@ class JsonTestProgressIndicator(ProgressIndicator): |
| # TODO(machenbach): This stores only the global random seed from the |
| # context and not possible overrides when using random-seed stress. |
| "random_seed": self.random_seed, |
| + "target_name": test.suite.shell(), |
|
Michael Achenbach
2015/09/07 07:39:10
shell name == target name is an approximation - bu
|
| "variant": test.variant, |
| }) |