seoul-auto: disable autopilot test on qemu x86_32

Issue #3373
This commit is contained in:
Alexander Boettcher 2019-05-28 11:22:24 +02:00 committed by Christian Helmuth
parent f75f477c2b
commit 9f02151d0b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
assert_spec x86
if { [get_cmd_switch --autopilot] && ![have_include "power_on/qemu"] && [have_spec x86_32] } {
if { [get_cmd_switch --autopilot] && [have_spec x86_32] } {
puts "Run script does not support autopilot mode on 32 bit"
exit 0
}