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

Jelmer Vernooij jelmer at samba.org
Fri Dec 3 18:57:11 MST 2010


The branch, master has been updated
       via  c0080bd Note when generating subunit files.
      from  7ad25b7 When uploading, automatically create subunit file.

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


- Log -----------------------------------------------------------------
commit c0080bdcd4f5e3908f384d9ca4574ed0ec3d6820
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Dec 4 02:57:43 2010 +0100

    Note when generating subunit files.

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

Summary of changes:
 tools/fix.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/tools/fix.py b/tools/fix.py
index b4cc172..6a8ec02 100755
--- a/tools/fix.py
+++ b/tools/fix.py
@@ -69,6 +69,7 @@ for build in store.find(StormBuild, StormBuild.basename != None):
         test_output = "".join(extract_test_output(build.read_log()))
     except (LogFileMissing, NoTestOutput):
         continue
+    print "Writing subunit file for %r" % build
     f = open(subunit_path, 'w')
     try:
         f.write(test_output)


-- 
build.samba.org


More information about the samba-cvs mailing list