The branch, master has been updated
via 52ca7ac Make display of shortcut box nicer
from 802e02a remove extra margin between unit test box results
http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 52ca7ac82de260e8682ce4c0dadf73a58dabe7f4
Author: Matthieu Patou <[email protected]>
Date: Thu Mar 15 00:36:06 2012 -0700
Make display of shortcut box nicer
-----------------------------------------------------------------------
Summary of changes:
buildfarm/web/__init__.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Changeset truncated at 500 lines:
diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 95671e7..ca2c242 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -259,6 +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, ""))
log = re.sub("Running action\s+test", divhtml, log)
return "<pre>%s</pre>" % log
--
build.samba.org