test: allow overriding QEMU_OPTIONS from the outside

This commit is contained in:
Frantisek Sumsal 2019-06-25 22:45:15 +02:00
parent 41c81c4a62
commit 761ce2a4ba

View file

@ -209,6 +209,7 @@ $KERNEL_APPEND \
-nographic \
-kernel $KERNEL_BIN \
-drive format=raw,cache=unsafe,file=${TESTDIR}/rootdisk.img \
$QEMU_OPTIONS \
"
if [[ "$INITRD" && "$SKIP_INITRD" != "yes" ]]; then