On Tue, Jul 12, 2016 at 11:00:23AM +0200, Jiri Prochazka wrote:
Info about multi_match is now passed to NetTestController's init function where it's stored as attribute of the class.
Signed-off-by: Jiri Prochazka jprochaz@redhat.com
lnst-ctl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lnst-ctl b/lnst-ctl index d61353d..b75b8a0 100755 --- a/lnst-ctl +++ b/lnst-ctl @@ -163,7 +163,8 @@ def get_recipe_result(action, file_path, log_ctl, res_serializer, defined_aliases=defined_aliases, overriden_aliases=overriden_aliases, reduce_sync=reduce_sync,
restrict_pools=pools)
restrict_pools=pools,
except XmlProcessingError as err: log_exc_traceback() logging.error(err)multi_match=multi_match)
-- 2.4.11 _______________________________________________ LNST-developers mailing list lnst-developers@lists.fedorahosted.org https://lists.fedorahosted.org/admin/lists/lnst-developers@lists.fedorahoste...
I'd say you can join this patch with the previous one...
-Ondrej