2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 18:07:12 +01:00

debugging help for the build farm

This commit is contained in:
Thomas Nagy 2012-07-11 00:01:58 +02:00
parent e2b65f029d
commit 5618c7c784

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))
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))
print(e.stdout, e.stderr)
except:
pass