aboutsummaryrefslogtreecommitdiff
path: root/zephyr-upstream-arm.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-10-25 18:19:09 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-10-25 18:30:20 +0300
commit0e168093e27ec486b6b95a1598af8c47dd5c084e (patch)
treee8ece1a4060eee61103c08f09141969bcde8c138 /zephyr-upstream-arm.yaml
parent9fa04125011f03a0e2b39b975a77d4d779aabb3d (diff)
zephyr-upstream: fix find command call
The find command returns the file name on the standard output, followed by a newline. We want the file names returned on a single line, separated by a white space. Change-Id: I917cb68ad838796afd5f547ff585d860c2303154 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'zephyr-upstream-arm.yaml')
-rw-r--r--zephyr-upstream-arm.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-upstream-arm.yaml b/zephyr-upstream-arm.yaml
index aa2f4cc26d..3209eccfda 100644
--- a/zephyr-upstream-arm.yaml
+++ b/zephyr-upstream-arm.yaml
@@ -151,7 +151,7 @@
--gcc-variant ${ZEPHYR_GCC_VARIANT} \
--git-commit ${GIT_COMMIT} \
--build-url ${BUILD_URL}
- --test-list "$(find out/${PLATFORM}/tests -type f -name zephyr.bin)"
+ --test-list "$(find out/${PLATFORM}/tests -type f -name zephyr.bin -print0 | xargs -0)"
rm -rf out
publishers: