jjb/common: run-test-short: fix line-continuation typo 03/11103/1
authorKevin Hilman <khilman@baylibre.com>
Tue, 3 Oct 2017 22:43:14 +0000 (22:43 +0000)
committerKevin Hilman <khilman@baylibre.com>
Tue, 3 Oct 2017 22:43:14 +0000 (22:43 +0000)
Change-Id: Ib8b128e82a520c50c978b7d308bb64fa70e08c96
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
jjb/common/include-agl-run-test-short.sh

index 3d02167..f8fdc82 100644 (file)
@@ -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 "