File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ echo q | nc -N 127.0.0.1 55555 >>"$tempdir"/$qemuoutputfile 2>&1
35
35
36
36
sleep 0.1s
37
37
# If still running, try again nicely
38
- pgrep -af " qemu-system.*" > /dev/null 2>&1 && echo q | nc -N 127.0.0.1 55555 >> " $tempdir " /$qemuoutputfile 2>&1
38
+ pgrep -af " qemu-system.*esp32c3.* " > /dev/null 2>&1 && echo q | nc -N 127.0.0.1 55555 >> " $tempdir " /$qemuoutputfile 2>&1
39
39
40
40
# Ask a bit more firmly with SIGTERM
41
- pgrep -af " qemu-system.*" > /dev/null 2>&1 && kill $qemupid > /dev/null 2>&1
41
+ pgrep -af " qemu-system.*esp32c3.* " > /dev/null 2>&1 && kill $qemupid > /dev/null 2>&1
42
42
43
- pgrep -af " qemu-system.*" > /dev/null 2>&1 && sleep 0.1s > /dev/null 2>&1
43
+ pgrep -af " qemu-system.*esp32c3.* " > /dev/null 2>&1 && sleep 0.1s > /dev/null 2>&1
44
44
45
45
# Time to die
46
- pgrep -af " qemu-system.*" > /dev/null 2>&1 && kill -9 $qemupid > /dev/null 2>&1
46
+ pgrep -af " qemu-system.*esp32c3.* " > /dev/null 2>&1 && kill -9 $qemupid > /dev/null 2>&1
47
47
48
48
# Make boot phase silent, for debugging change, run with e.g. $ `env DEBUGGING=true` cargo xtask....
49
49
if [ -n " ${DEBUGGING} " ]; then
You can’t perform that action at this time.
0 commit comments