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