Re: [PATCH v3 0/2] fix uncallable unit tests (Bugzilla 1002)

2022-06-13 Thread David Marchand
On Fri, Jun 10, 2022 at 4:24 PM Bruce Richardson wrote: > > The dump* unit tests are uncallable from our test framework because the > command > validation in the unit test binary is incorrect. Rather than trying to fix > this > directly in the binary, a better approach is to add command validati

[PATCH v3 0/2] fix uncallable unit tests (Bugzilla 1002)

2022-06-10 Thread Bruce Richardson
The dump* unit tests are uncallable from our test framework because the command validation in the unit test binary is incorrect. Rather than trying to fix this directly in the binary, a better approach is to add command validation to the cmdline library - which already has 99% of what we need alrea