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() {
2626 fn_build_limine_hosttool
2727 fn_build_rust_bins
2828
29- fn_test_payload
29+ # fn_test_payload
3030 fn_test_loader
3131}
3232
@@ -141,8 +141,8 @@ function fn_test_payload() {
141141
142142 fn_build_limine_iso
143143
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
146146}
147147
148148# Tests the loader by chainloading the Multiboot2 payload.
@@ -155,7 +155,7 @@ function fn_test_loader() {
155155
156156 fn_build_limine_iso
157157
158- fn_run_test_bios $TEST_DIR /image.iso
158+ # fn_run_test_bios $TEST_DIR/image.iso
159159 fn_run_test_uefi $TEST_DIR /image.iso
160160}
161161
You can’t perform that action at this time.
0 commit comments