aboutsummaryrefslogtreecommitdiffstats
path: root/qemu
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <ast@2e8.dk>2025-08-21 18:11:42 +0000
committerAsbjørn Sloth Tønnesen <ast@2e8.dk>2025-08-21 18:26:58 +0000
commit92c6fdeb971a904907b5be69876ab000781d689c (patch)
tree5093b77d8ccdb14e7065628733a1551b64b37980 /qemu
parentad18050a4db8b6cc9ff165b33a437932664ccd08 (diff)
downloadlibvirt-routed-subnet-92c6fdeb971a904907b5be69876ab000781d689c.tar.gz
libvirt-routed-subnet-92c6fdeb971a904907b5be69876ab000781d689c.tar.xz
libvirt-routed-subnet-92c6fdeb971a904907b5be69876ab000781d689c.zip
make test more verbose
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk>
Diffstat (limited to 'qemu')
-rwxr-xr-xqemu8
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu b/qemu
index 535f5e5..48bbf39 100755
--- a/qemu
+++ b/qemu
@@ -150,6 +150,14 @@ process_iface(){
return 1
fi
+ if [ $dry_run -ne 0 ] ; then
+ if [ "$i" -gt 1 ] ; then
+ echo
+ fi
+ echo "$ifacexml"
+ echo
+ fi
+
local mac="$(xpath "string(/interface/@mac)" "$ifacexml")"
if [ "$mac" = "" ] ; then
return 1