From b788b76660e049c3e0b93b15cd0c856316c1d0a2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 11 Nov 2020 12:02:03 +0100 Subject: [PATCH] build module no longer is a dependency of a real module, but tests need it --- lbuild-nightly.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 188cb8af..997e3e36 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -333,7 +333,8 @@ function run_log () { ssh -n ${testmaster_ssh} rm -rf ${testdir} ${testdir}.git # check it out in the build - run_in_build_guest $BASE make -C /build tests-module ${MAKEVARS[@]} + # as well as build that might not be here esp. in a short build + run_in_build_guest $BASE make -C /build tests-module build-module ${MAKEVARS[@]} # push it onto the testmaster - just the 'system' subdir is enough rsync --verbose --archive $(rootdir $BASE)/build/MODULES/tests/system/ ${testmaster_ssh}:${BASE} -- 2.43.0