Page MenuHomePhabricator

Move make check test logs out of tree
ClosedPublic

Authored by Fabien on Jul 8 2019, 09:39.

Details

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.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable