ci: esp32c3: runner: Store QEMU pid

Ensure that qemu fully exited before proceeding
This commit is contained in:
Henrik Tjäder 2025-06-08 19:44:55 +02:00 committed by Emil Fresk
parent 8b59ec567e
commit 2e6227e275

View file

@ -20,6 +20,8 @@ esptool.py image_info --version 2 "$outputfilename" 1>&2
# Run in QEMU
$qemuexec -nographic -monitor tcp:127.0.0.1:55555,server,nowait -icount 3 -machine esp32c3 -drive file="$outputfilename",if=mtd,format=raw -serial file:"$logfile" > qemuoutput.log 2>&1 &
qemupid=$!
# Let it run
sleep 3s