avocado.core.tree: Fix incorrect value/mux when using -m loc:path
When using ``avocado run -m $location:$path`` the last node of the
$location has to preserve value/mux of the root of the parsed $path
file. Previously it was just a fresh node and all values/tags were
missing. This patch only renames the original parsed root and extend
the tree of the remaining $location nodes.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
Showing
想要评论请 注册 或 登录