We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a79b commit 8326ef9Copy full SHA for 8326ef9
.github/workflows/qemu-x86_64.toml
@@ -16,6 +16,9 @@ args = [
16
"host",
17
]
18
fail_regex = ["System will reboot, press any key to continue ..."]
19
-success_regex = ["usertests passed!"]
+success_regex = [
20
+ "usertests passed!",
21
+ "/bin/sh: can't access tty; job control turned off",
22
+]
23
to_bin = false
24
uefi = false
0 commit comments