Skip to content

Commit bb6c7c4

Browse files
committed
test(xtask): kill QEMU on all interactive tests
1 parent 0881c3d commit bb6c7c4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

xtask/src/ci/qemu.rs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,14 @@ impl Qemu {
147147

148148
if matches!(
149149
image_name,
150-
"axum-example" | "http_server" | "http_server_poll" | "http_server_select"
151-
) || self.devices.contains(&Device::CadenceGem)
152-
// sifive_u, on which we test CadenceGem, does not support software shutdowns, so we have to kill the machine ourselves.
153-
{
150+
"axum-example"
151+
| "http_server"
152+
| "http_server_poll"
153+
| "http_server_select"
154+
| "httpd" | "testudp"
155+
| "miotcp" | "mioudp"
156+
| "poll" | "stdin"
157+
) {
154158
qemu.0.kill()?;
155159
}
156160

0 commit comments

Comments
 (0)