From: Thierry Parmentelat Date: Wed, 4 Jun 2014 06:57:34 +0000 (+0200) Subject: turns out specifying tests-GITPATH on the command line was not as advertised X-Git-Tag: 5.3.6~25 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=4cc2e2074e9ddf9d5618c46f101404b61c384c18 turns out specifying tests-GITPATH on the command line was not as advertised --- diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index d605573d..54ee8152 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -305,7 +305,7 @@ function run_log () { ssh -n ${testmaster_ssh} rm -rf ${testdir} ${testdir}.git # check it out in the build - virsh -c lxc:/// lxc-enter-namespace $BASE /bin/bash -c "make -C /build tests-module" + virsh -c lxc:/// lxc-enter-namespace $BASE /bin/bash -c "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}