diff options
author | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-08-21 18:11:42 +0000 |
---|---|---|
committer | Asbjørn Sloth Tønnesen <ast@2e8.dk> | 2025-08-21 18:26:58 +0000 |
commit | 92c6fdeb971a904907b5be69876ab000781d689c (patch) | |
tree | 5093b77d8ccdb14e7065628733a1551b64b37980 /qemu | |
parent | ad18050a4db8b6cc9ff165b33a437932664ccd08 (diff) | |
download | libvirt-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-x | qemu | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |