another (hopefully last) fix related to suppressing lxc-enter-namespace
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 11 Apr 2015 09:39:34 +0000 (11:39 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 11 Apr 2015 09:39:34 +0000 (11:39 +0200)
lbuild-nightly.sh

index 1015855..6ffeb66 100755 (executable)
@@ -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}