diff options
Diffstat (limited to 'sysprep/test-virt-sysprep.sh')
-rwxr-xr-x | sysprep/test-virt-sysprep.sh | 2 |
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 |