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 edabf0a commit 733634bCopy full SHA for 733634b
uefi-test-runner/src/main.rs
@@ -75,11 +75,7 @@ fn check_revision(rev: uefi::table::Revision) {
75
);
76
}
77
78
-/// Ask the test runner to check the current screen output against a reference
79
-///
80
-/// This functionality is very specific to our QEMU-based test runner. Outside
81
-/// of it, we just pause the tests for a couple of seconds to allow visual
82
-/// inspection of the output.
+/// Ask the test runner to check the current screen output against a reference.
83
fn check_screenshot(bt: &BootServices, name: &str) {
84
let serial_handles = bt
85
.find_handles::<Serial>()
0 commit comments