Disable run test for base-hw as long as it fails

Ref #801
This commit is contained in:
Stefan Kalkowski 2013-07-11 16:40:42 +02:00
parent 4dd9172888
commit 03538a1c3b
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ if {[have_spec fiasco]} {
# #
exit 0 exit 0
} }
if {[have_spec hw]} {
puts "Hw kernel is unsupported (see https://github.com/genodelabs/genode/issues/801)"
exit 0
}
# #
# Build # Build