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:
Christian Helmuth 2017-08-25 16:30:21 +02:00
parent ae0c9e7692
commit 3bc93d1242
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@ if {[have_include "power_on/qemu"]} {
}
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
}