Skip to content

Commit

Permalink
Properly run tinycore test as hard drive
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Nov 4, 2021
1 parent 65a75d4 commit 6fcfedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/full/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ if(cluster.isMaster)
name: "Tiny Core 11 HD",
skip_if_disk_image_missing: 1,
timeout: 5 * 60,
cdrom: root_path + "/images/TinyCore-11.0.iso",
hda: root_path + "/images/TinyCore-11.0.iso",
expect_graphical_mode: true,
expect_mouse_registered: true,
actions: [{ on_text: " BIOS default device boot in", run: "\n", after: 5000 }],
Expand Down

0 comments on commit 6fcfedf

Please sign in to comment.