Page MenuHomePhabricator

Reduce noise in check-source-control-tools
ClosedPublic

Authored by jasonbcox on Sep 4 2020, 02:25.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCf0b9203e65bd: Reduce noise in check-source-control-tools
Summary

Currently, autopatch.sh may output errors which are expected while running
some of these tests. However, only the error code is checked and the output is not
necessary to capture. We can just ignore it and remove some noisy "Error: ..." style
output from showing even when the tests pass.

Test Plan
cmake -GNinja -DBUILD_SOURCE_CONTROL_TOOLS=ON ..
ninja check-source-control-tools

Diff Detail

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