From: Thierry Parmentelat Date: Sat, 11 Apr 2015 09:39:34 +0000 (+0200) Subject: another (hopefully last) fix related to suppressing lxc-enter-namespace X-Git-Tag: 5.3.9~53 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a18f1433cc148d9e96d00bdd975d422758de2811;p=build.git another (hopefully last) fix related to suppressing lxc-enter-namespace --- 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}