Skip to content

Commit 733634b

Browse files
test-runner: Fix out-of-date comment
1 parent edabf0a commit 733634b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

uefi-test-runner/src/main.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ fn check_revision(rev: uefi::table::Revision) {
7575
);
7676
}
7777

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.
78+
/// Ask the test runner to check the current screen output against a reference.
8379
fn check_screenshot(bt: &BootServices, name: &str) {
8480
let serial_handles = bt
8581
.find_handles::<Serial>()

0 commit comments

Comments
 (0)