[Pkg-libvirt-commits] [libguestfs] 04/11: tests: sysprep: slightly improve output
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 3 14:44:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag debian/1%1.27.41-1
in repository libguestfs.
commit e89ab6dde47d8a54d7be42ea88c7dca84e335a0e
Author: Pino Toscano <ptoscano at redhat.com>
Date: Tue Sep 9 15:10:33 2014 +0200
tests: sysprep: slightly improve output
Add minor spacing changes, and report the image being sysprep'ed, so it
is easier to spot which image caused some warning message.
---
sysprep/test-virt-sysprep.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sysprep/test-virt-sysprep.sh b/sysprep/test-virt-sysprep.sh
index 7c4660a..5d1b714 100755
--- a/sysprep/test-virt-sysprep.sh
+++ b/sysprep/test-virt-sysprep.sh
@@ -27,6 +27,7 @@ operations=$(
sed 's/,$//'
)
echo operations=$operations
+echo
# virt-sysprep with the -n option doesn't modify the guest. It ought
# to be able to sysprep any of our test guests.
@@ -34,7 +35,9 @@ echo operations=$operations
for f in ../tests/guests/{debian,fedora,ubuntu,windows}.img; do
# Ignore zero-sized windows.img if ntfs-3g is not installed.
if [ -s "$f" ]; then
+ echo "Running virt-sysprep on $f ..."
$VG ./virt-sysprep -q -n --enable "$operations" -a $f
+ echo
fi
done
--
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