diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-04-30 13:15:30 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-04-30 13:16:33 +0200 |
commit | f9596b572ad2a5f064153b3e740e137cdd5f14b2 (patch) | |
tree | ee4a71e3b5b2929758a65982921313ac1c3fd5f6 /jjb/common/include-agl-app-run-test-short.sh | |
parent | f2e30b0b93428ffe9b5ad151204421f873489ac1 (diff) |
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 <clabbe@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-app-run-test-short.sh')
-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 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 " |