]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: allow overriding QEMU_OPTIONS from the outside
authorFrantisek Sumsal <frantisek@sumsal.cz>
Tue, 25 Jun 2019 20:45:15 +0000 (22:45 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 5 Aug 2019 11:48:29 +0000 (13:48 +0200)
test/test-functions

index 37bdfd58dce7b623c4c1347c454f6e7c943bd1bf..6523db01b96e98f019c878e20f9fe22fbe03b53e 100644 (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