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
Branch
getargs
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8148
Build 14329: Default Diff Build & Tests
Build 14328: arc lint + arc unit

Event Timeline

Remove unnecessary ClearArgs()

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