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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.