diff --git a/tool/run b/tool/run index baf63736c..ac29ca73f 100755 --- a/tool/run +++ b/tool/run @@ -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 }