[Pkg-libvirt-commits] [virt-manager] 06/08: Adjust pygrub path in tests too
Guido Guenther
agx at moszumanska.debian.org
Thu Aug 31 08:01:45 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1%1.4.2-1
in repository virt-manager.
commit d4a2240e9ced2ab9cf3a9a832b49029b565bf887
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Aug 30 19:20:05 2017 +0200
Adjust pygrub path in tests too
---
debian/patches/virtinst/Fix-patch-to-pygrub.patch | 32 +++++++++++++++++++++--
1 file changed, 30 insertions(+), 2 deletions(-)
diff --git a/debian/patches/virtinst/Fix-patch-to-pygrub.patch b/debian/patches/virtinst/Fix-patch-to-pygrub.patch
index bde9248..c5d6e3b 100644
--- a/debian/patches/virtinst/Fix-patch-to-pygrub.patch
+++ b/debian/patches/virtinst/Fix-patch-to-pygrub.patch
@@ -4,9 +4,37 @@ Subject: Fix patch to pygrub
Closes: #685749
---
- virtinst/guest.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ tests/cli-test-xml/compare/virt-install-xen-default.xml | 2 +-
+ tests/cli-test-xml/compare/virt-install-xen-pv.xml | 2 +-
+ virtinst/guest.py | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+diff --git a/tests/cli-test-xml/compare/virt-install-xen-default.xml b/tests/cli-test-xml/compare/virt-install-xen-default.xml
+index 5ad1c6b..6a1127a 100644
+--- a/tests/cli-test-xml/compare/virt-install-xen-default.xml
++++ b/tests/cli-test-xml/compare/virt-install-xen-default.xml
+@@ -4,7 +4,7 @@
+ <memory>65536</memory>
+ <currentMemory>65536</currentMemory>
+ <vcpu>1</vcpu>
+- <bootloader>/usr/bin/pygrub</bootloader>
++ <bootloader>pygrub</bootloader>
+ <devices>
+ <disk type="file" device="disk">
+ <driver name="qemu" type="qcow2"/>
+diff --git a/tests/cli-test-xml/compare/virt-install-xen-pv.xml b/tests/cli-test-xml/compare/virt-install-xen-pv.xml
+index fbc4f4b..45e044e 100644
+--- a/tests/cli-test-xml/compare/virt-install-xen-pv.xml
++++ b/tests/cli-test-xml/compare/virt-install-xen-pv.xml
+@@ -31,7 +31,7 @@
+ <memory>65536</memory>
+ <currentMemory>65536</currentMemory>
+ <vcpu>1</vcpu>
+- <bootloader>/usr/bin/pygrub</bootloader>
++ <bootloader>pygrub</bootloader>
+ <devices>
+ <disk type="file" device="disk">
+ <driver name="qemu" type="qcow2"/>
diff --git a/virtinst/guest.py b/virtinst/guest.py
index cb9c780..53fa206 100644
--- a/virtinst/guest.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git
More information about the Pkg-libvirt-commits
mailing list