Skip to content

Commit

Permalink
fix 9front test
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Oct 7, 2023
1 parent f611b29 commit 331e298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ if(cluster.isMaster)
},
{
name: "9front",
failure_allowed: true,
use_small_bios: true, // has issues with 256k bios
skip_if_disk_image_missing: true,
acpi: true,
timeout: 5 * 60,
Expand Down Expand Up @@ -959,7 +959,7 @@ function run_test(test, done)
var bios = root_path + "/bios/bochs-bios.bin";
var vga_bios = root_path + "/bios/bochs-vgabios.bin";
}
else if(TEST_RELEASE_BUILD)
else if(test.use_small_bios || TEST_RELEASE_BUILD)
{
var bios = root_path + "/bios/seabios.bin";
var vga_bios = root_path + "/bios/vgabios.bin";
Expand Down

0 comments on commit 331e298

Please sign in to comment.