Chromium Code Reviews| Index: tools/testing/run_selenium.py |
| =================================================================== |
| --- tools/testing/run_selenium.py (revision 13343) |
| +++ tools/testing/run_selenium.py (working copy) |
| @@ -288,6 +288,7 @@ |
| while True: |
| line = sys.stdin.readline() |
| if line == '--terminate\n': |
| + print("Terminating selenium driver") |
| break |
| (html_out, browser_name, executable_path, |
| @@ -324,6 +325,7 @@ |
| print '>>> TEST FAIL' |
| sys.stdout.flush() |
| finally: |
| + print("Closing browser"); |
| close_browser(browser) |