Index: webkit/tools/layout_tests/run_webkit_tests.py |
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py |
index a82d54cdd083cc85bd1ad2da6245ff9b58eb9109..5a0574585a063e46e511fdf95d959a730e4bcfec 100755 |
--- a/webkit/tools/layout_tests/run_webkit_tests.py |
+++ b/webkit/tools/layout_tests/run_webkit_tests.py |
@@ -280,7 +280,7 @@ class TestRunner: |
tests_run_filename = os.path.join(self._options.results_directory, |
"tests_run.txt") |
tests_run_file = open(tests_run_filename, "w") |
- tests_run_file.write(tests_run_msg) |
+ tests_run_file.write(tests_run_msg + "\n") |
tests_run_file.close() |
# update expectations so that the stats are calculated correctly |