aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.yaml
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-08-08 12:22:18 +0200
committerDiana Picus <diana.picus@linaro.org>2017-08-08 12:22:18 +0200
commit340b599f014f4a979fbedcefb8f952ce88ee935a (patch)
treec6c2e403c583c5f6faf47de4e22ca68f65d7e672 /tcwg-llvm-testsuite.yaml
parentfd682759cf3b2f91b24458c06df15a2f0eec2c71 (diff)
tcwg-llvm-testsuite: Use build_container_exec
This will help avoid problems with quotes within quotes in $nt_flags. Patch by Maxim Kuvyrkov. Change-Id: I991f92e3db67275c196aca69e8ba0d621cf60cd8
Diffstat (limited to 'tcwg-llvm-testsuite.yaml')
-rw-r--r--tcwg-llvm-testsuite.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-llvm-testsuite.yaml b/tcwg-llvm-testsuite.yaml
index bbe11b46..ac4ed978 100644
--- a/tcwg-llvm-testsuite.yaml
+++ b/tcwg-llvm-testsuite.yaml
@@ -112,7 +112,7 @@
trap "build_container_cleanup" EXIT
# Setup job parameters and run
- ${build_CONTAINER_RSH} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-testsuite.sh \
+ build_container_exec ${WORKSPACE}/tcwg-llvm-testsuite.sh \
--workspace=${WORKSPACE} \
--toolchain=${toolchain} \
- --nt-flags=\"${nt_flags}\""
+ --nt-flags="${nt_flags}"