[Pkg-libvirt-commits] [libguestfs] 40/61: customize: Use --no-network flag so test works under UML.

Hilko Bengen bengen at moszumanska.debian.org
Sat Mar 29 14:36:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 90973755b2f891f3814e9d9d22f739aeb6fa494a
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 26 10:21:38 2014 +0000

    customize: Use --no-network flag so test works under UML.
---
 customize/test-virt-customize.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/customize/test-virt-customize.sh b/customize/test-virt-customize.sh
index 877e8d3..be61796 100755
--- a/customize/test-virt-customize.sh
+++ b/customize/test-virt-customize.sh
@@ -25,7 +25,9 @@ set -e
 for f in ../tests/guests/{debian,fedora,ubuntu}.img; do
     # Ignore zero-sized windows.img if ntfs-3g is not installed.
     if [ -s "$f" ]; then
+        # Add --no-network so UML works.
 	$VG ./virt-customize -n -a $f \
+            --no-network \
             --write /etc/motd:HELLO \
             --delete /etc/motd
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list