mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
ci: esp32c3: runner: Store QEMU pid
Ensure that qemu fully exited before proceeding
This commit is contained in:
parent
8b59ec567e
commit
2e6227e275
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ esptool.py image_info --version 2 "$outputfilename" 1>&2
|
||||||
# Run in QEMU
|
# 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 &
|
$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
|
# Let it run
|
||||||
sleep 3s
|
sleep 3s
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue