summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-14 22:57:28 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-14 22:57:28 (GMT)
commit0eaa5333dbab54f81b6a53f24b06d7c8f46f10c9 (patch)
tree046a36ed3eada61dc6486bf4635761dc96b6e0bb
parentcca80a15590c24de9bfd4654b19a64bf1426cf54 (diff)
Put back printing path to test report
-rwxr-xr-xtests/test_pretty_print.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_pretty_print.py b/tests/test_pretty_print.py
index 0f86cb6..4c3993c 100755
--- a/tests/test_pretty_print.py
+++ b/tests/test_pretty_print.py
@@ -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()
contact: Jan Huwald // Impressum