From a34f55ebba499fc6f2cee391eed89aca33785f6e Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 23 Apr 2019 14:01:51 +0200 Subject: jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the arch given by jenkins Jenkins use the x86-64 arch, and not x86_64 Bug-AGL: SPEC-1850 Change-Id: Ia2f7b867d4a482f2cc6cfcfa3415c0151b1b1acc Signed-off-by: Corentin LABBE --- jjb/common/include-agl-app-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common') diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh index e26cb604..6349dad7 100644 --- a/jjb/common/include-agl-app-run-test-short.sh +++ b/jjb/common/include-agl-app-run-test-short.sh @@ -19,7 +19,7 @@ case $TARGETARCH in arm) CREATE_ARGS+="--machine qemuarm " ;; -x86_64) +x86-64) CREATE_ARGS+="--machine qemux86_64 " ;; aarch64) -- cgit 1.2.3-korg