From 6fcfedfdc1516a4de0d4b9d4bfab2846a74c6a36 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 23 May 2021 21:38:25 -0500 Subject: [PATCH] Properly run tinycore test as hard drive --- tests/full/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/full/run.js b/tests/full/run.js index cac32793d4..bbf4f42daf 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -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 }],