diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 22:07:43 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 22:07:43 +0000 |
commit | 88d92fb6bc96325b9676a094a644eba5227caaf8 (patch) | |
tree | 5bf7384dd6187e5cb1d703620b309ba85e1f2c31 /webkit/tools/layout_tests/run_webkit_tests.py | |
parent | 5e1c0464f218d5ebebabcdd92fc8af7f05252f64 (diff) | |
download | chromium_src-88d92fb6bc96325b9676a094a644eba5227caaf8.zip chromium_src-88d92fb6bc96325b9676a094a644eba5227caaf8.tar.gz chromium_src-88d92fb6bc96325b9676a094a644eba5227caaf8.tar.bz2 |
Add time and webkit/chrome svn revisions to the JSON output for
use in the dashboard.
Review URL: http://codereview.chromium.org/193097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26166 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/layout_tests/run_webkit_tests.py')
-rwxr-xr-x | webkit/tools/layout_tests/run_webkit_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/run_webkit_tests.py b/webkit/tools/layout_tests/run_webkit_tests.py index ff1d024..a82d54c 100755 --- a/webkit/tools/layout_tests/run_webkit_tests.py +++ b/webkit/tools/layout_tests/run_webkit_tests.py @@ -605,7 +605,7 @@ class TestRunner: build_number = self._options.build_number # "12346" json_generator = json_results_generator.JSONResultsGenerator(failures, individual_test_timings, builder_name, build_number, - results_file_path, self._test_files_list) + results_file_path, self._test_files_list, self._file_dir) results_json = json_generator.GetJSON() results_file = open(results_file_path, "w") |