HomePhabricator

Move make check test logs out of tree

Description

Move make check test logs out of tree

Summary:
Thanks to @deadalnix for pointing out the issue.

Follow-up for D3535.

When running make check all the tests output a <test_file>.log file
to the src/test/ directory (in tree).
This diffs moves these logs to the <build_dir>/src/test/ directory
(out of tree) with the name <test_file>.test.log.

Test Plan:

mkdir build && cd build
make check

Ensure the test logs are in the correct place.

Reviewers: #bitcoin_abc, deadalnix

Reviewed By: #bitcoin_abc, deadalnix

Subscribers: deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D3591

Details

Provenance
FabienAuthored on Jul 8 2019, 09:35
nakihitoPushed on Jul 8 2019, 16:27
Reviewer
Restricted Project
Differential Revision
D3591: Move make check test logs out of tree
Parents
rSTAGINGef3a4e71ac11: Partial backport of Core PR11167 to have similar feature in base58_tests.cpp
Branches
Unknown
Tags
Unknown