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:
parent
e2b65f029d
commit
5618c7c784
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user