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

Matthieu Patou mat at samba.org
Thu Mar 15 01:23:35 MDT 2012


The branch, master has been updated
       via  725eebc Really fix the display of pretests infos
      from  7a1ca19 Hide pretest information by default

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


- Log -----------------------------------------------------------------
commit 725eebc8e5d2364749a6614bc0652c262513a980
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Mar 15 00:23:17 2012 -0700

    Really fix the display of pretests infos

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

Summary of changes:
 web/build_farm.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/web/build_farm.css b/web/build_farm.css
index a82263d..b6321b8 100644
--- a/web/build_farm.css
+++ b/web/build_farm.css
@@ -32,9 +32,11 @@
 #log div.unit.uxpassed {	background-color: rgb(255, 180, 180); }
 #log div.unit.error {	background-color: rgb(255, 180, 180); }
 #log div.unit.mistake {	background-color: rgb(180, 180, 255); }
+#log div.unit.pretest.ok {	background-color: rgb(180, 255, 180); }
 
 #log .unit.failed  .output {	display: block;}
 #log .unit.skipped .output {	display: block;}
+#log .unit.skipped .output {	display: block;}
 #log .unit.passed  .output {	display: none;}
 #log .unit.error   .output {	display: none;}
 #log .unit.mistake .output {	display: none;}
@@ -42,6 +44,7 @@
 #log .unit.xfailed .output {	display: none;}
 #log .unit.uxpassed .output {	display: none;}
 #log .unit.errorlog .output {	display: none;}
+#log .unit.pretest  .output {	display: none;}
 #log div.status.errorlog {	display: none;}
 img + div.action.title {margin-left: 0.5em;}
 a + div.action.status {margin-left: 0.5em;}


-- 
build.samba.org


More information about the samba-cvs mailing list