aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-12 12:46:56 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-12 12:46:56 +0100
commitb62a63432f7a94084ef095e63dd14bdd2a64831c (patch)
tree149b1051682d94d9ca10790ec00fc7341d14a1ad /tcwg-llvm-testsuite.yaml
parent6a74a12aa80dace3a3ed2326eced94620b54a5c4 (diff)
tcwg-llvm-testsuite.yaml: Fix quoting typo
Change-Id: I41332a3036eb41cd065d7cd312c396cefc776282
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 3a53e99f..d5964b48 100644
--- a/tcwg-llvm-testsuite.yaml
+++ b/tcwg-llvm-testsuite.yaml
@@ -109,5 +109,5 @@
# Setup job parameters and run
${BUILD_CONTAINER} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-testsuite.sh \
- --workspace=${WORKSPACE}" \
- --toolchain=${toolchain}
+ --workspace=${WORKSPACE} \
+ --toolchain=${toolchain}"