[SCM] build.samba.org - branch master updated

Matthieu Patou mat at samba.org
Thu Mar 15 01:38:33 MDT 2012


The branch, master has been updated
       via  0e79461 Make display of shortcut box nicer
      from  52ca7ac Make display of shortcut box nicer

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0e794613d5d2e44b4f308643fab5fda91eaed5a5
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Mar 15 00:38:16 2012 -0700

    Make display of shortcut box nicer

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/web/__init__.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index ca2c242..69639dd 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -259,8 +259,7 @@ class LogPrettyPrinter(object):
             buf = "%s\n<A href='#%s'>%s</A>" % (buf, tst[1], tst[0])
 
         if not buf == "":
-            buf = "%s\n" % buf
-            divhtml = "".join(make_collapsible_html('testlinks', 'Shortcut to failed tests', buf, self.indice, ""))
+            divhtml = "".join(make_collapsible_html('testlinks', 'Shortcut to failed tests', buf, self.indice, ""))+"\n"
             log = re.sub("Running action\s+test", divhtml, log)
         return "<pre>%s</pre>" % log
 


-- 
build.samba.org


More information about the samba-cvs mailing list