From: Corentin LABBE Date: Tue, 30 Apr 2019 11:15:30 +0000 (+0200) Subject: jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the qemu machine namme X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=f9596b572ad2a5f064153b3e740e137cdd5f14b2;p=ci-management.git jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the qemu machine namme include-agl-app-run-test-short.sh use the wrong qemux86_64 instead of qemux86-64 machine type Bug-AGL: SPEC-1850 Change-Id: Ib029b7fdcc85dd45cbb467bc9d42edb1c14b9338 Signed-off-by: Corentin LABBE --- diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh index 6349dad7..ea6c7c18 100644 --- a/jjb/common/include-agl-app-run-test-short.sh +++ b/jjb/common/include-agl-app-run-test-short.sh @@ -20,7 +20,7 @@ arm) CREATE_ARGS+="--machine qemuarm " ;; x86-64) -CREATE_ARGS+="--machine qemux86_64 " +CREATE_ARGS+="--machine qemux86-64 " ;; aarch64) CREATE_ARGS+="--machine qemuarm64 "