From 0eaa5333dbab54f81b6a53f24b06d7c8f46f10c9 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sat, 14 Dec 2013 17:57:28 -0500 Subject: Put back printing path to test report 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() -- cgit v0.10.1