x86_fsp: scripts: print output of QEMU during test

pull/443/head
Marco Oliverio 2023-10-31 16:27:08 +00:00
parent 84be0dd27f
commit fdcb83fe38
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ IMAGE=test-app/image.elf SIGN=--ecc384 ./tools/x86_fsp/qemu/make_hd.sh
echo "RUNNING QEMU"
# launch qemu in background
./tools/scripts/qemu64/qemu64-tpm.sh -p > /tmp/qemu_output &
./tools/scripts/qemu64/qemu64-tpm.sh -p | tee /tmp/qemu_output &
echo "WAITING FOR QEMU TO RUN"
sleep 5