write the build farm output to the config.log file

This commit is contained in:
Thomas Nagy 2012-07-11 12:40:00 +02:00
parent 5618c7c784
commit c5eb6288eb
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ def configure(conf):
e = sys.exc_info()[1]
print(e)
try:
print("-- BEGIN %s config.log --\n%s-- END %s config.log --" % (d.name, conf.path.find_node('%s/build/config.log' % d.name).read(), d.name))
conf.to_log("-- BEGIN %s config.log --\n%s-- END %s config.log --" % (d.name, conf.path.find_node('%s/build/config.log' % d.name).read(), d.name))
print(e.stdout, e.stderr)
except:
pass