build module no longer is a dependency of a real module, but tests need it
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Nov 2020 11:02:03 +0000 (12:02 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 11 Nov 2020 11:02:03 +0000 (12:02 +0100)
lbuild-nightly.sh

index 188cb8a..997e3e3 100755 (executable)
@@ -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}