Revert "vbox4: disable muen run targets due to issue #2399"

This reverts commit 523b317fe6.
This commit is contained in:
Christian Helmuth 2017-08-24 16:50:49 +02:00
parent bc0c78708c
commit 2f38f50b1e
1 changed files with 1 additions and 4 deletions

View File

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