diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-04 17:29:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-10-04 17:29:13 +0000 |
commit | 430aea8b7790455db6e35b3294246bd34a911195 (patch) | |
tree | be057213cb914a6ca55c6bbcd6c7e3daa1ff6aef | |
parent | 2f72da4820b49eda469be6d2dc014644062214dc (diff) | |
parent | 78fb40afeab14ca687d144fe71a07817fab13a95 (diff) |
Merge "jjb/common: run-test-short: fix line-continuation typo"
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 3d021675..f8fdc829 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -14,7 +14,7 @@ cd $REPODIR # WIP: use $RELENG for subset of boards __MACHINE=${MACHINE%-nogfx} # releng doesn't care if [ ! -z $RELENG ] && \ - (( x$__MACHINE == x"qemux86-64" || \\ + (( x$__MACHINE == x"qemux86-64" || \ x$__MACHINE == x"m3ulcb" )); then CREATE_ARGS="" [[ ! -z $GERRIT_CHANGE_NUMBER ]] && CREATE_ARGS+="-j $GERRIT_CHANGE_NUMBER " |