@ -290,7 +290,12 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
exit_code=TEST_EXIT_SKIPPED
exit_code=TEST_EXIT_SKIPPED
else:
else:
self.log.error("Test failed. Test logging available at %s/test_framework.log",self.options.tmpdir)
self.log.error("Test failed. Test logging available at %s/test_framework.log",self.options.tmpdir)
self.log.error("")
self.log.error("Hint: Call {}'{}' to consolidate all logs".format(os.path.normpath(os.path.dirname(os.path.realpath(__file__))+"/../combine_logs.py"),self.options.tmpdir))
self.log.error("Hint: Call {}'{}' to consolidate all logs".format(os.path.normpath(os.path.dirname(os.path.realpath(__file__))+"/../combine_logs.py"),self.options.tmpdir))
self.log.error("")
self.log.error("If this failure happened unexpectedly or intermittently, please file a bug and provide a link or upload of the combined log.")