From 78fb40afeab14ca687d144fe71a07817fab13a95 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 3 Oct 2017 22:43:14 +0000 Subject: jjb/common: run-test-short: fix line-continuation typo Change-Id: Ib8b128e82a520c50c978b7d308bb64fa70e08c96 Signed-off-by: Kevin Hilman --- jjb/common/include-agl-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short.sh') 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 " -- cgit 1.2.3-korg