aboutsummaryrefslogtreecommitdiff
path: root/tcwg-abe-extended.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-01-11 11:07:10 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2017-01-11 11:07:10 +0100
commit4ab53f784b0b112908af6c6fd796d632de40baa4 (patch)
tree608fd6f49769f0581ce62cf12cd9f9087f13a853 /tcwg-abe-extended.yaml
parent608db44997cd7674f2f242eb880084798b307823 (diff)
tcwg-abe-extended: Remove temporary debug, add comment.
about the extra '$' needed because the yaml parser seems to swallow one... Change-Id: Ic25abb58e1d3e0091129cf558b01b8887a119cdd
Diffstat (limited to 'tcwg-abe-extended.yaml')
-rw-r--r--tcwg-abe-extended.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-abe-extended.yaml b/tcwg-abe-extended.yaml
index c9b212e5b4..3013bc711e 100644
--- a/tcwg-abe-extended.yaml
+++ b/tcwg-abe-extended.yaml
@@ -76,7 +76,6 @@
builders:
- shell: |
#!/bin/bash
- set -x
if [ "x$label" = "xtcwg-x86_64-cam" ]; then
schroot_arch=amd64
@@ -134,6 +133,7 @@
bootstrap=
gccnum=$(echo ${testname} | sed 's/.*_gcc//') # eg 6
gccversionname=gcc${gccnum}ver # eg gccversionname=gcc6ver
+ # Caution: an extra '$' is needed below because of the yaml parser.
gccversion=$(eval echo \$$$gccversionname) # eg gccversion=gcc=gcc.git~linaro-6.1-2016.08
case ${testname} in
cross_linux_*)