From b75792f45a10e5545b2ebec88ae779217527a5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 27 Jun 2018 01:14:32 +0200 Subject: [PATCH] VirtualBox needs --type sdl to work in xvfb --- test/virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/virtualbox.sh b/test/virtualbox.sh index f7d87f7..b996609 100755 --- a/test/virtualbox.sh +++ b/test/virtualbox.sh @@ -11,7 +11,7 @@ VBoxManage createvm --name "$vmname" --register --basefolder "/tmp/$vbox_dir" VBoxManage storagectl "$vmname" --name 'floppy disk drive' --add floppy --bootable on VBoxManage storageattach "$vmname" --storagectl 'floppy disk drive' --port 0 --device 0 --type fdd --medium "$img_file" VBoxManage modifyvm "$vmname" --boot1 floppy -VBoxManage startvm "$vmname" --type gui & +VBoxManage startvm "$vmname" --type sdl & pid=$! runsikulix -r test/check-gradient.sikuli VBoxManage controlvm "$vmname" poweroff