[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 10/16] ts-debian-fixup: remove extra= before appending our own
The original extra= was not removed, so there were two extra= in the resulting config file. It wasn't a problem for xl because the second extra= took precedence. However libvirt tests would only pick up the first extra= -- they worked by chance. Fix this issue by removing the first extra=. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- ts-debian-fixup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts-debian-fixup b/ts-debian-fixup index f29971d..d476467 100755 --- a/ts-debian-fixup +++ b/ts-debian-fixup @@ -175,6 +175,8 @@ sub otherfixupcfg () { $extra .= " iommu=soft"; } + + $cfg =~ s/^extra.*//mg; $cfg .= "\nextra='$extra'\n"; }; -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |