HomePhabricator

fix formatting of header for functional test results

Description

fix formatting of header for functional test results

Summary:
I didn't add enough blank spaces in D13210.

See TestResult.__repr__(): 2 chars for the glyph + 7 chars for the status ("○ Skipped", "✓ Passed ")

Test Plan:

$ test/functional/test_runner.py rpc_d*
Starting Bitcoin ABC functional tests
...
TEST                            | STATUS    | DURATION

rpc_decodescript.py             | ✓ Passed  | 1 s
rpc_deprecated.py               | ✓ Passed  | 12 s
rpc_deriveaddresses.py          | ✓ Passed  | 1 s
rpc_deriveaddresses.py --usecli | ✓ Passed  | 1 s
rpc_dumptxoutset.py             | ✓ Passed  | 1 s

ALL                             | ✓ Passed  | 14 s (accumulated)
Runtime: 12 s

Reviewers: #bitcoin_abc, Fabien

Reviewed By: #bitcoin_abc, Fabien

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

Details

Provenance
PiRKAuthored on Mar 1 2023, 13:17
PiRKPushed on Mar 1 2023, 17:01
Reviewer
Restricted Project
Differential Revision
D13211: fix formatting of header for functional test results
Parents
rABC63ac8c5116e1: [Chronik] Protobuf & HTTP error response handling
Branches
Unknown
Tags
Unknown