From 4cc2e2074e9ddf9d5618c46f101404b61c384c18 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 4 Jun 2014 08:57:34 +0200 Subject: [PATCH] turns out specifying tests-GITPATH on the command line was not as advertised --- lbuild-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.43.0