Without this change, create_cache.py process output is shown as a byte() object with \n escapes in a single line that is hard to read.
Backport of core PR12227
https://github.com/bitcoin/bitcoin/pull/12227/files
Differential D3457
test_runner: Readable output if create_cache.py fails Fabien on Jun 28 2019, 13:06. Authored by Tags None Subscribers None
Details
Without this change, create_cache.py process output is shown as a byte() object with \n escapes in a single line that is hard to read. Backport of core PR12227 Add the following line: assert False to test/functional/create_cache_py just after def run_test(self):. ./test/functional/test_runner.py The output should be correctly formatted, with multiline text on
Diff Detail
Event Timeline |