| Index: webkit/tools/layout_tests/run_webkit_tests.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/run_webkit_tests.py (revision 10065)
|
| +++ webkit/tools/layout_tests/run_webkit_tests.py (working copy)
|
| @@ -101,8 +101,11 @@
|
| self._PrepareListsAndPrintOutput()
|
|
|
| def __del__(self):
|
| + logging.info("flushing stdout")
|
| sys.stdout.flush()
|
| + logging.info("flushing stderr")
|
| sys.stderr.flush()
|
| + logging.info("stopping http server")
|
| # Stop the http server.
|
| self._http_server.Stop()
|
|
|
|
|