Skip to content

Commit

Permalink
uefi: Fix --test selftest command
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 23, 2023
1 parent ed30341 commit 17d6907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework_lib/src/commandline/uefi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ pub fn parse(args: &[String]) -> Cli {
None
};
found_an_option = true;
} else if arg == "-t" || arg == "--test" {
} else if arg == "--kblight" {
cli.kblight = if args.len() > i + 1 {
if let Ok(percent) = args[i + 1].parse::<u8>() {
Expand Down

0 comments on commit 17d6907

Please sign in to comment.