From b586b0084514c63677ef9a2b6b6a8a5341c8b5c7 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Fri, 8 Sep 2017 17:50:13 +0200 Subject: [PATCH] Fix typo in usb_hid test script --- repos/dde_linux/run/usb_hid.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/dde_linux/run/usb_hid.run b/repos/dde_linux/run/usb_hid.run index 3e4584af2..a12658d90 100644 --- a/repos/dde_linux/run/usb_hid.run +++ b/repos/dde_linux/run/usb_hid.run @@ -48,7 +48,7 @@ if { [get_cmd_switch --autopilot] && [have_include "power_on/qemu"] } { exit 0 } -if { [get_cmd_switch --autopilot] && ![have_spec x86_x64] } { +if { [get_cmd_switch --autopilot] && ![have_spec x86_64] } { puts "Run script does not support autopilot mode on this platform" exit 0 }