Page MenuHomePhabricator

Use local instance of ArgsManager in getarg_tests
ClosedPublic

Authored by jasonbcox on Nov 18 2019, 19:49.

Details

Summary

This test clobbers gArgs for any tests run after it.
Let's stop doing that to allow us to pass activation time via the command line to test tests in the future (diff coming soon).

Test Plan

make check

Diff Detail

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

Event Timeline

Remove unnecessary ClearArgs()

This revision is now accepted and ready to land.Nov 20 2019, 07:54