Skip to content

Commit 7a1e1a7

Browse files
committed
Also run UEFI tests again
1 parent 48cd6dc commit 7a1e1a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/runner/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ pub fn run_test_kernel(kernel_binary_path: &str) {
3030
let out_tftp_path = kernel_path.with_extension(".tftp");
3131
bootloader::create_uefi_pxe_tftp_folder(kernel_path, &out_tftp_path).unwrap();
3232

33-
// run_test_kernel_on_uefi(&out_gpt_path);
33+
run_test_kernel_on_uefi(&out_gpt_path);
3434
run_test_kernel_on_bios(&out_mbr_path);
35-
// run_test_kernel_on_uefi_pxe(&out_tftp_path);
35+
run_test_kernel_on_uefi_pxe(&out_tftp_path);
3636
}
3737

3838
pub fn run_test_kernel_on_uefi(out_gpt_path: &Path) {

0 commit comments

Comments
 (0)