vbox4: disable muen run targets due to issue #2399

This commit is contained in:
Alexander Boettcher 2017-08-08 16:18:50 +02:00 committed by Christian Helmuth
parent 8e798ab904
commit 523b317fe6
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
if {(![have_spec nova] && ![have_spec muen])} {
if {(![have_spec nova])} {
if {[have_spec muen]} {
puts "vbox on muen is not functional until issue #2399 gets fixed"
}
puts "Platform is unsupported."
exit 0
}