aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzephyr-upstream/builders.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh
index a60d433f15..5132a8d746 100755
--- a/zephyr-upstream/builders.sh
+++ b/zephyr-upstream/builders.sh
@@ -74,10 +74,12 @@ time ${ZEPHYR_BASE}/scripts/sanitycheck \
--inline-logs \
--build-only \
--outdir ${OUTDIR} \
- --report-dir ${OUTDIR}/${PLATFORM} \
--enable-slow \
-x=USE_CCACHE=${USE_CCACHE}
+# Put sanitycheck report where rsync below will pick it up.
+cp ${OUTDIR}/sanitycheck.csv ${OUTDIR}/${PLATFORM}/
+
cd ${ZEPHYR_BASE}
# OUTDIR is already per-platform, but it may get contaminated with unrelated
# builds e.g. due to bugs in sanitycheck script. It however stores builds in