Skip Qemu execution for the Arndale platform

Fixes #672.
This commit is contained in:
Christian Prochaska 2013-02-26 13:00:17 +01:00 committed by Norman Feske
parent 621b579023
commit ce075c05b9
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ proc spawn_qemu { wait_for_re timeout_value } {
#
# Back out on platforms w/o Qemu support
#
if {[have_spec platform_panda]} {
if {[have_spec platform_panda] || [have_spec platform_arndale]} {
puts stderr "skipping execution because platform is not supported by qemu"
return 0 }