mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-29 05:34:23 +00:00
vbox: fine-tune automatic test runs on Muen
Currently, only win7 32-bit tests run successfully and are whitelisted. We may extent the list in future with other supported guests.
This commit is contained in:
parent
ae0c9e7692
commit
3bc93d1242
@ -9,7 +9,12 @@ if {[have_include "power_on/qemu"]} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if {([have_spec muen] && [expr $use_vbox5])} {
|
if {([have_spec muen] && [expr $use_vbox5])} {
|
||||||
puts "Platform is unsupported."
|
puts "Run script does not support vbox5 on Muen."
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
|
if {([have_spec muen] && $flavor != "win7")} {
|
||||||
|
puts "Run script does not support $flavor on Muen."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user