summaryrefslogtreecommitdiffstats
path: root/sysprep/test-virt-sysprep.sh
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-13 09:35:08 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-13 09:35:08 +0100
commit2a5a5e15e2a6f95ec9ea8a3085db68d520296942 (patch)
tree4aef628d17c29be8bd407bddaa3618c697782ccd /sysprep/test-virt-sysprep.sh
parent1f373aa24667fef62378d58ac546ddd2adaf37e9 (diff)
downloadlibguestfs-2a5a5e15e2a6f95ec9ea8a3085db68d520296942.tar.gz
libguestfs-2a5a5e15e2a6f95ec9ea8a3085db68d520296942.tar.xz
libguestfs-2a5a5e15e2a6f95ec9ea8a3085db68d520296942.zip
sysprep: Make the tests run quietly.
Diffstat (limited to 'sysprep/test-virt-sysprep.sh')
-rwxr-xr-xsysprep/test-virt-sysprep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/test-virt-sysprep.sh b/sysprep/test-virt-sysprep.sh
index 7bd6a1c7..5e541fed 100755
--- a/sysprep/test-virt-sysprep.sh
+++ b/sysprep/test-virt-sysprep.sh
@@ -28,5 +28,5 @@ fi
# to be able to sysprep any of our test guests.
for f in ../tests/guests/{debian,fedora,ubuntu,windows}.img; do
- ./virt-sysprep -n -a $f
+ ./virt-sysprep -q -n -a $f
done