Skip to content

Commit 8326ef9

Browse files
committed
fix: resolve CI issues
1 parent fb9a79b commit 8326ef9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/qemu-x86_64.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ args = [
1616
"host",
1717
]
1818
fail_regex = ["System will reboot, press any key to continue ..."]
19-
success_regex = ["usertests passed!"]
19+
success_regex = [
20+
"usertests passed!",
21+
"/bin/sh: can't access tty; job control turned off",
22+
]
2023
to_bin = false
2124
uefi = false

0 commit comments

Comments
 (0)