X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-nightly.sh;h=95a87bdf0486e34ae6634698138601fb77c9e7b8;hb=352c53dcbc2909cdc8f9a9cb37bc06f21cde1b68;hp=1d115e9c1f7a5e14404fb717eb65e059c739e90d;hpb=1f4f80e0c7dc71ef79614227c195139a56d1421e;p=build.git diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 1d115e9c..95a87bdf 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -11,7 +11,7 @@ COMMAND=$(basename $0) export PATH=$PATH:/bin:/sbin # default values, tunable with command-line options -DEFAULT_FCDISTRO=f31 +DEFAULT_FCDISTRO=f37 DEFAULT_PLDISTRO=lxc DEFAULT_PERSONALITY=linux64 DEFAULT_MAILDEST="build at onelab.eu" @@ -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}