From a18f1433cc148d9e96d00bdd975d422758de2811 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 11 Apr 2015 11:39:34 +0200 Subject: [PATCH] another (hopefully last) fix related to suppressing lxc-enter-namespace --- lbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.0