git://git.onelab.eu
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef78206
)
turns out specifying tests-GITPATH on the command line was not as advertised
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Wed, 4 Jun 2014 06:57:34 +0000
(08:57 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Wed, 4 Jun 2014 06:57:34 +0000
(08:57 +0200)
lbuild-nightly.sh
patch
|
blob
|
history
diff --git
a/lbuild-nightly.sh
b/lbuild-nightly.sh
index
d605573
..
54ee815
100755
(executable)
--- 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}