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 f2a9dec commit 74e1732Copy full SHA for 74e1732
tests/runner/src/lib.rs
@@ -21,7 +21,6 @@ pub fn run_test_kernel(kernel_binary_path: &str) {
21
.arg("-drive")
22
.arg(format!("format=raw,file={}", out_gpt_path.display()));
23
run_cmd.args(QEMU_ARGS);
24
- run_cmd.args(std::env::args().skip(2).collect::<Vec<_>>());
25
run_cmd.arg("-bios").arg(ovmf_prebuilt::ovmf_pure_efi());
26
27
let child_output = run_cmd.output().unwrap();
0 commit comments