turns out specifying tests-GITPATH on the command line was not as advertised
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Jun 2014 06:57:34 +0000 (08:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 4 Jun 2014 06:57:34 +0000 (08:57 +0200)
lbuild-nightly.sh

index d605573..54ee815 100755 (executable)
@@ -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}