summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 01:38:17 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 01:38:17 +0000
commiteaefa8eba9106bbc9c6ef2ceee0c199a885d604b (patch)
treedace09dc0aa06a565c531bcd6e2c02e6f38131bd /webkit/tools
parent4ee865500ac638fc7785f15d469dbfbe9b1cc458 (diff)
downloadchromium_src-eaefa8eba9106bbc9c6ef2ceee0c199a885d604b.zip
chromium_src-eaefa8eba9106bbc9c6ef2ceee0c199a885d604b.tar.gz
chromium_src-eaefa8eba9106bbc9c6ef2ceee0c199a885d604b.tar.bz2
Add teh two spaces back in since buildbot relies on it for parsing the output.
Review URL: http://codereview.chromium.org/13692 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/layout_package/compare_failures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/layout_package/compare_failures.py b/webkit/tools/layout_tests/layout_package/compare_failures.py
index 16f3601..9b42bb6 100644
--- a/webkit/tools/layout_tests/layout_package/compare_failures.py
+++ b/webkit/tools/layout_tests/layout_package/compare_failures.py
@@ -30,7 +30,7 @@ def PrintFilesFromSet(filenames, header_text, output, opt_expectations=None):
filenames.sort()
output.write("\n")
output.write("%s (%d):\n" % (header_text, len(filenames)))
- output_string = "%s"
+ output_string = " %s"
if opt_expectations:
output_string += " = %s" % opt_expectations
output_string += "\n"