aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-04-29 14:37:02 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2019-04-29 14:37:02 +0000
commit1e931450e0d53f9dd30d4cf3c4064e69057cff85 (patch)
tree0e4c5c92a4befa7a2048603efcaa6489a881a997 /jjb/common
parent8b6d59e02aa2401097ff901a92d3623e43e61f02 (diff)
parenta34f55ebba499fc6f2cee391eed89aca33785f6e (diff)
Merge "jjb/common/include-agl-app-run-test-short.sh: Fix a typo in the arch given by jenkins"
Diffstat (limited to 'jjb/common')
-rw-r--r--jjb/common/include-agl-app-run-test-short.sh2
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)