tests: remove unsupported qemu feature

pretty=on|off has been removed from qemu and its presence
causes VM boot up issues.

Type: fix

Change-Id: I4a9f15dba5015e81fbd32278b1c74b2606c32c8f
Signed-off-by: Naveen Joy <najoy@cisco.com>
This commit is contained in:
Naveen Joy
2023-08-23 13:27:55 -07:00
committed by Dave Wallace
parent a05f93a9e5
commit df17a1f068

View File

@ -171,7 +171,7 @@ _EOF_
-nodefaults \
-name test_$(basename $INIT) \
-chardev stdio,mux=on,id=char0 \
-mon chardev=char0,mode=readline,pretty=on \
-mon chardev=char0,mode=readline \
-serial chardev:char0 \
-machine pc,accel=kvm,usb=off,mem-merge=off \
-cpu host \