mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
vbox*.run: apply win81 test heuristic to win10
This commit is contained in:
parent
3d12e7b242
commit
154c16753c
@ -343,7 +343,7 @@ run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamle
|
|||||||
if {$use_rumpfs} {
|
if {$use_rumpfs} {
|
||||||
set wait_timeout 170
|
set wait_timeout 170
|
||||||
for { set i 1 } { $i <= $use_vms } { incr i } {
|
for { set i 1 } { $i <= $use_vms } { incr i } {
|
||||||
if { [string match "ubuntu*" $flavor] || [string match "win81*" $flavor] } {
|
if { [string match "ubuntu*" $flavor] || [string match "win10*" $flavor] } {
|
||||||
run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: no} $wait_timeout [output_spawn_id]
|
run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: no} $wait_timeout [output_spawn_id]
|
||||||
} else {
|
} else {
|
||||||
run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: yes} $wait_timeout [output_spawn_id]
|
run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: yes} $wait_timeout [output_spawn_id]
|
||||||
|
Loading…
Reference in New Issue
Block a user