diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-04-23 14:01:51 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-04-25 11:33:20 +0200 |
commit | a34f55ebba499fc6f2cee391eed89aca33785f6e (patch) | |
tree | 5e3d9bf06443ee0c2843dd03a2fa17364834fa22 | |
parent | be5646549289c066083c9a7951676d33d2f21265 (diff) |
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 <clabbe@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-app-run-test-short.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) |