From ec55c0aa7af77fb278aeec2ba764321e85dfa3d7 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Fri, 10 Nov 2017 09:33:52 +0200 Subject: zephyr-upstream: sanitycheck should be invoked from topdir Change-Id: I4dceb61edc9523368c87052fec2ad33a83b75763 Signed-off-by: Fathi Boudra --- zephyr-upstream/builders.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr-upstream/builders.sh b/zephyr-upstream/builders.sh index 18400c136d..0e00297940 100755 --- a/zephyr-upstream/builders.sh +++ b/zephyr-upstream/builders.sh @@ -59,14 +59,14 @@ echo "########################################################################" echo " sanitycheck" echo "########################################################################" -time sanitycheck \ +time ${WORKSPACE}/scripts/sanitycheck \ --platform ${PLATFORM} \ --inline-logs \ --build-only \ --outdir ${OUTDIR} \ --no-clean \ --enable-slow \ - -x=USE_CCACHE=${USE_CCACHE} + -x=USE_CCACHE=${USE_CCACHE} cd ${WORKSPACE} # OUTDIR is already per-platform, but it may get contaminated with unrelated -- cgit v1.2.3