diff options
author | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-13 23:55:45 +0000 |
---|---|---|
committer | dpranke@google.com <dpranke@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-13 23:55:45 +0000 |
commit | 851339daff5ac8f9f9b77a3ef32faf4151d37dcf (patch) | |
tree | 2ed525b78f85dcad3378354491abb64cf7a3b066 /webkit | |
parent | 819908c8bfbe3b537d04e61228a07a711e789e5a (diff) | |
download | chromium_src-851339daff5ac8f9f9b77a3ef32faf4151d37dcf.zip chromium_src-851339daff5ac8f9f9b77a3ef32faf4151d37dcf.tar.gz chromium_src-851339daff5ac8f9f9b77a3ef32faf4151d37dcf.tar.bz2 |
Remove the 'score.txt' file that run_webkit_tests writes to the results dir.
As far as we can tell, this isn't used by anything.
BUG=none
TEST=none
R=erikkay@chromium.org
Review URL: http://codereview.chromium.org/495007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index d4d288e..359b2ff 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -680,12 +680,6 @@ class TestRunner: self._WriteJSONFiles(unexpected_results, result_summary, individual_test_timings) - out_filename = os.path.join(self._options.results_directory, "score.txt") - output_file = open(out_filename, "w") - self._PrintResultSummary(lambda str: output_file.write(str), - result_summary) - output_file.close() - # Write the summary to disk (results.html) and maybe open the test_shell # to this file. wrote_results = self._WriteResultsHtmlFile(result_summary) |