From: Frantisek Sumsal Date: Tue, 25 Jun 2019 20:45:15 +0000 (+0200) Subject: test: allow overriding QEMU_OPTIONS from the outside X-Git-Tag: v243-rc2~63^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=761ce2a4ba8843ba7015e279e9c9444cbe63a680;p=thirdparty%2Fsystemd.git test: allow overriding QEMU_OPTIONS from the outside --- diff --git a/test/test-functions b/test/test-functions index 37bdfd58dce..6523db01b96 100644 --- a/test/test-functions +++ b/test/test-functions @@ -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