diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-29 14:37:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-04-29 14:37:02 +0000 |
commit | 1e931450e0d53f9dd30d4cf3c4064e69057cff85 (patch) | |
tree | 0e4c5c92a4befa7a2048603efcaa6489a881a997 /jjb/common | |
parent | 8b6d59e02aa2401097ff901a92d3623e43e61f02 (diff) | |
parent | a34f55ebba499fc6f2cee391eed89aca33785f6e (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.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) |