Skip to content

Commit 2a16d95

Browse files
committed
Revert "fix: resolve CI issues"
This reverts commit 8326ef9.
1 parent 8326ef9 commit 2a16d95

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/qemu-x86_64.toml

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

0 commit comments

Comments
 (0)