diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-14 22:57:28 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-14 22:57:28 (GMT) |
commit | 0eaa5333dbab54f81b6a53f24b06d7c8f46f10c9 (patch) | |
tree | 046a36ed3eada61dc6486bf4635761dc96b6e0bb /tests | |
parent | cca80a15590c24de9bfd4654b19a64bf1426cf54 (diff) |
Put back printing path to test report
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_pretty_print.py | 1 |
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() |