aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short.sh
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-07 12:04:43 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-07 12:06:01 +0100
commit3d42f4b2da651af742fb330ac21cbb9306e3a3d1 (patch)
tree06f0a9e1598ebadcd3fb9a8c4e5073fd02a3caf8 /jjb/common/include-agl-run-test-short.sh
parentf97491fd9b898d2b0424f15a1b7542a01b326f87 (diff)
Typo fix in agl-run-test-short
Fix a typo in the if to call releng-scripts. Change-Id: Idb2331b79d8a0947ae1d69f3bc73cd266c01b7ef Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-run-test-short.sh')
-rw-r--r--jjb/common/include-agl-run-test-short.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index 13031e55..18afea5d 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -15,8 +15,8 @@ cd $REPODIR
__MACHINE=${MACHINE%-nogfx} # releng doesn't care
if [ ! -z $RELENG ] && \
[[ x$__MACHINE == x"qemux86-64" || \
- [[ x$__MACHINE == x"raspberrypi3" || \
- x$__MACHINE == x"m3ulcb" ]]; then
+ x$__MACHINE == x"raspberrypi3" || \
+ x$__MACHINE == x"m3ulcb" ]]; then
# releng-scripts depends on jinja2 >= 2.9
echo "## Check version of python-jinja2: "
pip show jinja2