Page MenuHomePhabricator

[CMAKE] Lower boost test suites verbosity
ClosedPublic

Authored by Fabien on Jan 5 2021, 12:26.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC6eeeb1d60a40: [CMAKE] Lower boost test suites verbosity
Summary

The boost tests are run individually in parallel by excluding all the
other tests. When a test fails, this causes Boost to print a list of the
skipped tests, and make locating the error difficult. This diff reduces
the verbosity level to prevent the skipped tests from being logged.

Test Plan

Cause a test to fail, then run ninja check and ensure the skipped
tests log is gone.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_test_verbosity
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14566
Build 29094: Build Diffbuild-without-wallet · build-clang · build-clang-tidy · build-debug · build-diff
Build 29093: arc lint + arc unit