From f9596b572ad2a5f064153b3e740e137cdd5f14b2 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 30 Apr 2019 13:15:30 +0200 Subject: 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 --- jjb/common/include-agl-app-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-app-run-test-short.sh') 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 " -- cgit 1.2.3-korg