commit | b2c07e439e3321e8c203106faebf783374cae845 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Oct 01 07:25:50 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Oct 20 07:24:30 2020 -0500 |
tree | 4ba52cecd828bad43cec0c03f5e4eafc72cc5337 | |
parent | 1285c1f80a26c15977433e8c8e3298eacb413e5c [diff] |
sanitycheck: sanitize paths for device testing artifacts To make the artifacts we keep around for --device-testing -M re-usable we need to sanitize any aboslute build paths that might exist in CMakeCache.txt or zephyr/runners.yaml. This allows us to build the tests to run on one CI system and run the tests on another system that has the board(s) connected to it. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>