diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-01 11:31:28 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-01 13:08:22 -0700 |
commit | b75c1f57c2a59bffbe4bef7ef7207758466be7bb (patch) | |
tree | 051ddbd0f3420625aa835a58dd27e7449fe1bfa9 /script | |
parent | afe78c23ad4868b1c67a3aa855ad7f59d8475412 (diff) | |
download | samba-b75c1f57c2a59bffbe4bef7ef7207758466be7bb.tar.gz samba-b75c1f57c2a59bffbe4bef7ef7207758466be7bb.tar.bz2 samba-b75c1f57c2a59bffbe4bef7ef7207758466be7bb.zip |
autobuild: disable the subuit changes for now - they break error checking
Diffstat (limited to 'script')
-rwxr-xr-x | script/autobuild.py | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |