From 3d42f4b2da651af742fb330ac21cbb9306e3a3d1 Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Tue, 7 Nov 2017 12:04:43 +0100 Subject: 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 --- jjb/common/include-agl-run-test-short.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 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 -- cgit 1.2.3-korg