aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-run-test-short.sh
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-07 14:50:42 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-07 14:50:42 +0100
commit7052f32b296da58515cd5bdde122ae91aaece2aa (patch)
tree26cb90dd5102c7cf4747628162eb00b9a9d6eb8a /jjb/common/include-agl-run-test-short.sh
parent3d42f4b2da651af742fb330ac21cbb9306e3a3d1 (diff)
Fix agl-run-test-short
Remove machine typo from the releng script call and use the machine argument instead. Change-Id: I012204bf61f45f6c6d4ae56c579db84c9072278a 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.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 18afea5d..83bfc18c 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.sh
@@ -31,7 +31,7 @@ if [ ! -z $RELENG ] && \
CREATE_ARGS+="--build-version $BUILD_VERSION "
CREATE_ARGS+="--callback lab-baylibre-legacy "
CREATE_ARGS+="--test all"
- $RELENG/utils/create-jobs.py ${CREATE_ARGS} ${__MACHINE} > testjob.yaml
+ $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml
cat testjob.yaml
else