aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2023-05-12 09:49:37 +0200
committerThomas Huth <thuth@redhat.com>2023-05-22 09:44:48 +0200
commit2feae891ea50e7637dd6b2f7c037cb1db2be0f89 (patch)
treea99e43e8a46b199d170699c8357532f569556f4e
parent973d97feca93ce9f5c349aa607944b517cd415eb (diff)
downloadqemu-2feae891ea50e7637dd6b2f7c037cb1db2be0f89.zip
qemu-2feae891ea50e7637dd6b2f7c037cb1db2be0f89.tar.gz
qemu-2feae891ea50e7637dd6b2f7c037cb1db2be0f89.tar.bz2
tests/qemu-iotests/172: Run QEMU with -vga none and -nic none
This way QEMU won't complain in case the VGA card or the NIC device are not available in the binary, thus it won't spoil the output and the test then passes with such QEMU binaries that have a limited configuration, too. Message-Id: <20230512124033.502654-18-thuth@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rwxr-xr-xtests/qemu-iotests/1722
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/172 b/tests/qemu-iotests/172
index ff269ca..4da0e0f 100755
--- a/tests/qemu-iotests/172
+++ b/tests/qemu-iotests/172
@@ -56,7 +56,7 @@ do_run_qemu()
done
fi
echo quit
- ) | $QEMU -accel qtest -nographic -monitor stdio -serial none "$@"
+ ) | $QEMU -accel qtest -nographic -monitor stdio -serial none -vga none -nic none "$@"
echo
}