HomePhabricator

Add missing newline in util_ChainMerge test

Description

Add missing newline in util_ChainMerge test

Summary:

This was causing a lot of test cases not not be very meaningful because
multiple configuration options were combined into one line.

The changes in test output with this fix make sense and look like:

diff
- testnet=1 regtest=1 || test
+ testnet=1 regtest=1 || error: Invalid combination of -regtest, -testnet and -chain. Can use at >  > most one.

Issue was reported and debugged by
Wladimir J. van der Laan <laanwj@protonmail.com> in
https://github.com/bitcoin/bitcoin/pull/17385#issuecomment-550033222

This is a backport of Core PR17388

Test Plan: ninja && ninja check

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, majcosta

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, majcosta

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

Details

Provenance
Russell Yanofsky <russ@yanofsky.org>Authored on Nov 4 2020, 17:30
PiRKCommitted on Nov 4 2020, 17:30
abc-botPushed on Nov 4 2020, 17:36
Reviewer
Restricted Owners Package
Differential Revision
D8257: Add missing newline in util_ChainMerge test
Parents
rABCe1fdb4b09bb2: Improve "Hide" button tool-tip message
Branches
Unknown
Tags
Unknown