Don't swallow stderr

This commit is contained in:
Martin Wimpress 2020-03-19 15:28:15 +00:00
parent 47e044b18a
commit 4d7910b868
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ function vm_boot() {
-device qemu-xhci \
-device virtio-vga,virgl=${VIRGL},xres=${xres},yres=${yres} \
${display} \
"$@" 2>/dev/null
"$@"
}
function usage() {