aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short.sh
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2017-10-03 22:43:14 +0000
committerKevin Hilman <khilman@baylibre.com>2017-10-03 22:43:14 +0000
commit78fb40afeab14ca687d144fe71a07817fab13a95 (patch)
tree39ff1e4df8e3cb8273edd8027809f154270e4d87 /jjb/common/include-agl-run-test-short.sh
parent51c33d66567ba1e8642c7d142337dab6b94e1d11 (diff)
jjb/common: run-test-short: fix line-continuation typo
Change-Id: Ib8b128e82a520c50c978b7d308bb64fa70e08c96 Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-run-test-short.sh')
-rw-r--r--jjb/common/include-agl-run-test-short.sh2
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 "