[jhbuild] [buildbot] set actionName for coverage reports



commit 7836ace866e6636d6d7b4ea27584e75a2495e5fa
Author: Iago Toral Quiroga <itoral src gnome org>
Date:   Thu May 7 13:21:50 2009 +0200

    [buildbot] set actionName for coverage reports
---
 jhbuild/buildbot/factory.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/jhbuild/buildbot/factory.py b/jhbuild/buildbot/factory.py
index 2e35ec7..2e39e4d 100644
--- a/jhbuild/buildbot/factory.py
+++ b/jhbuild/buildbot/factory.py
@@ -40,7 +40,8 @@ class JHBuildFactory(factory.BuildFactory):
             self.addStep(JHBuildCheckCommand, moduleset=self.moduleset, module=self.module)
         if self.slave.run_coverage_report:
             self.addStep(JHBuildModulePathCommand, moduleset=self.moduleset,
-                    module=self.module, action='module-reports.sh')
+                    module=self.module, action='module-reports.sh',
+                    actionName='Coverage')
         if self.slave.run_clean_afterwards:
             self.addStep(JHBuildCommand, stage='clean', moduleset=self.moduleset,
                     module=self.module)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]