jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the arch given by jenkins 33/21133/2
authorCorentin LABBE <clabbe@baylibre.com>
Tue, 23 Apr 2019 12:01:51 +0000 (14:01 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Thu, 25 Apr 2019 09:33:20 +0000 (11:33 +0200)
Jenkins use the x86-64 arch, and not x86_64

Bug-AGL: SPEC-1850

Change-Id: Ia2f7b867d4a482f2cc6cfcfa3415c0151b1b1acc
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-agl-app-run-test-short.sh

index e26cb60..6349dad 100644 (file)
@@ -19,7 +19,7 @@ case $TARGETARCH in
 arm)
 CREATE_ARGS+="--machine qemuarm "
 ;;
-x86_64)
+x86-64)
 CREATE_ARGS+="--machine qemux86_64 "
 ;;
 aarch64)