We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.tftp
..tftp
1 parent 170b7c3 commit a51bb15Copy full SHA for a51bb15
tests/runner/src/lib.rs
@@ -31,7 +31,7 @@ pub fn run_test_kernel_with_ramdisk(kernel_binary_path: &str, ramdisk_path: Opti
31
32
// create a TFTP folder with the kernel executable and UEFI bootloader for
33
// UEFI PXE booting
34
- let tftp_path = kernel_path.with_extension(".tftp");
+ let tftp_path = kernel_path.with_extension("tftp");
35
uefi_builder.create_pxe_tftp_folder(&tftp_path).unwrap();
36
37
run_test_kernel_on_uefi(&gpt_path);
0 commit comments