Chromium Code Reviews| Index: tools/testing/architecture.py |
| =================================================================== |
| --- tools/testing/architecture.py (revision 1774) |
| +++ tools/testing/architecture.py (working copy) |
| @@ -449,7 +449,7 @@ |
| f = open(html_output_file, 'w') |
| f.write(self.GetHtmlContents()) |
| f.close() |
| - return [selenium_location, html_output_file, browser_flag] |
| + return [selenium_location, html_output_file, browser_flag, str(10)] |
| class StandaloneArchitecture(Architecture): |