jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the qemu machine namme 00/21200/1
authorCorentin LABBE <clabbe@baylibre.com>
Tue, 30 Apr 2019 11:15:30 +0000 (13:15 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Tue, 30 Apr 2019 11:16:33 +0000 (13:16 +0200)
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>
jjb/common/include-agl-app-run-test-short.sh

index 6349dad..ea6c7c1 100644 (file)
@@ -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 "