Page MenuHomePhabricator

Fix functional test --help raising an exception
ClosedPublic

Authored by Fabien on Nov 9 2018, 21:45.

Details

Summary

The test_framework.py --srcdir option referenced the default path with
%default in the help, causing argparse to expect an integer to format
the string (%d).

Test Plan
./test/functional/test_runner.py --help

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_test_runner_help
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3823
Build 5719: Bitcoin ABC Buildbot (legacy)
Build 5718: arc lint + arc unit

Event Timeline

Fix missing parenthesis

This revision is now accepted and ready to land.Nov 9 2018, 23:07
This revision was automatically updated to reflect the committed changes.