X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lbuild-nightly.sh;h=6ffeb66e2822f932aad1fed587cb51474d43ab47;hb=a18f1433cc148d9e96d00bdd975d422758de2811;hp=101585564a5be203a478b251ed90ea6769ce291f;hpb=77d4ed2fae73f59217b271cd98706cf23c376895;p=build.git diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 10158556..6ffeb66e 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -318,7 +318,7 @@ function run_log () { ssh -n ${testmaster_ssh} rm -rf ${testdir} ${testdir}.git # check it out in the build - run_in_build_guest /bin/bash -c "make -C /build tests-module ${MAKEVARS[@]}" + run_in_build_guest $BASE make -C /build tests-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}