Sign in
qemu
/
meson
/
refs/heads/docrewrap
/
.
/
docs
/
markdown
/
snippets
/
meson_test_interrupt.md
blob: 2d1ed262cb38e876456334f99850c5859db1446d [
file
] [
log
] [
blame
] [
view
]
## Ctrl-C behavior in `meson test`
Starting
from
this
version
,
sending a
`SIGINT`
signal
(
or
pressing
`Ctrl-C`
)
to
`meson test`
will interrupt the longest running test
.
Pressing
`Ctrl-C`
three times within a second will
exit
`meson test`
.