File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function fn_main() {
26
26
fn_build_limine_hosttool
27
27
fn_build_rust_bins
28
28
29
- fn_test_payload
29
+ # fn_test_payload
30
30
fn_test_loader
31
31
}
32
32
@@ -141,8 +141,8 @@ function fn_test_payload() {
141
141
142
142
fn_build_limine_iso
143
143
144
- fn_run_test_bios $TEST_DIR /image.iso
145
- # fn_run_test_uefi $TEST_DIR/image.iso
144
+ # fn_run_test_bios $TEST_DIR/image.iso
145
+ # fn_run_test_uefi $TEST_DIR/image.iso
146
146
}
147
147
148
148
# Tests the loader by chainloading the Multiboot2 payload.
@@ -155,7 +155,7 @@ function fn_test_loader() {
155
155
156
156
fn_build_limine_iso
157
157
158
- fn_run_test_bios $TEST_DIR /image.iso
158
+ # fn_run_test_bios $TEST_DIR/image.iso
159
159
fn_run_test_uefi $TEST_DIR /image.iso
160
160
}
161
161
You can’t perform that action at this time.
0 commit comments