From b75c1f57c2a59bffbe4bef7ef7207758466be7bb Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Oct 2010 11:31:28 -0700 Subject: autobuild: disable the subuit changes for now - they break error checking --- script/autobuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script') diff --git a/script/autobuild.py b/script/autobuild.py index a2d2a2c31a..f131cc199b 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -124,8 +124,8 @@ class builder(object): return (self.stage, self.cmd, self.output_mime_type) = self.sequence[self.next] self.cmd = self.cmd.replace("${PREFIX}", "--prefix=%s" % self.prefix) - if self.output_mime_type == "text/x-subunit": - self.cmd += " | %s --immediate" % (os.path.join(os.path.dirname(__file__), "selftest/format-subunit")) +# if self.output_mime_type == "text/x-subunit": +# self.cmd += " | %s --immediate" % (os.path.join(os.path.dirname(__file__), "selftest/format-subunit")) print '%s: [%s] Running %s' % (self.name, self.stage, self.cmd) cwd = os.getcwd() os.chdir("%s/%s" % (self.sdir, self.dir)) -- cgit