octave-maintainers
[Top][All Lists]
Advanced

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

Aw: Re: Re: BuildBots no longer run make check?


From: Markus Mützel
Subject: Aw: Re: Re: BuildBots no longer run make check?
Date: Tue, 5 Jun 2018 22:07:56 +0200

jwe wrote:
> I fixed the master config file so that the worker password info is
> hidden in a separate file that is not in the hg archive and created a
> new repo starting with the latest files. I omitted previous changes
> because those files did contain password info. You can find the repo here:
> 
> http://hg.octave.org/octave-buildbot
> 
> Note that I'm not an expert in python or buildbot. Any suggestions and
> improvements are welcome, especially for filtering the log files to
> properly report success/failure for the tests with buildbot version 1.x.


I really don't know whether I understand what is going on.
But might this change help?:

diff -r 4ad92f00bca5 master.cfg
--- a/master.cfg        Tue Jun 05 12:38:50 2018 +0000
+++ b/master.cfg        Tue Jun 05 22:04:40 2018 +0200
@@ -272,7 +272,7 @@
     ## FIXME: should probably search for the "^Summary:$" line just
     ## before the PASS/FAIL totals.
 
-    logtext = "".join(self.getLog('stdio').readlines())
+    logtext = "\n".join(self.getLog('stdio').readlines())
 
     m = re.search (r"^ *FAIL +([0-9]+) *$", logtext,
                    flags = re.MULTILINE)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]