Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: webkit/tools/layout_tests/run_webkit_tests.py

Issue 206005: print out the tests that were run into tests_run.txt for easier postprocessing (Closed)
Patch Set: added a comment and explicitly closed the file Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/tools/layout_tests/layout_package/test_shell_thread.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webkit/tools/layout_tests/layout_package/test_shell_thread.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698