Put back printing path to test report

This commit is contained in:
Marius Kintel 2013-12-14 17:57:28 -05:00
parent cca80a1559
commit 0eaa5333db

View file

@ -455,6 +455,7 @@ def main():
html_filename = os.path.join(builddir, 'Testing', 'Temporary', html_basename)
debug('saving ' + html_filename + ' ' + str(len(html)) + ' bytes')
trysave(html_filename, html)
print "report saved:\n", html_filename.replace(os.getcwd()+os.path.sep,'')
if upload:
page_url = create_page()