This gives folks the option of setting this mock option for runroots on a per-host basis.
This required adding similar options in genMockConfig() and BuildRoot.
genMockConfig()
BuildRoot
In the process, I added a unit test for genMockConfig, which let to a few tweaks there to stabilize the ordering of the output.
@tkopecek @franzh
:thumbsup:
Commit d75fb585 fixes this pull-request
Pull-Request has been merged by mikem
This gives folks the option of setting this mock option for runroots on a per-host basis.
This required adding similar options in
genMockConfig()andBuildRoot.In the process, I added a unit test for genMockConfig, which let to a few tweaks there to stabilize the ordering of the output.