From: Thierry Parmentelat Date: Wed, 22 Jan 2014 11:46:51 +0000 (+0100) Subject: lbuild-nightly has reached the point where it invokes run_log in testmaster X-Git-Tag: before_libvirt_121~55 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=73bcd4f996524c04f40e70c9198d9b2ebc6cd460 lbuild-nightly has reached the point where it invokes run_log in testmaster --- diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index 1228e6ac..4fa83732 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -293,7 +293,7 @@ function run_log () { ssh -n ${testmaster_ssh} rm -rf ${testdir} ${testdir}.git # check it out in the build - $RUN_IN_DOMAIN $BASE make -C /build tests-module + $RUN_IN_DOMAIN $BASE -- make -C /build tests-module # push it onto the testmaster - just the 'system' subdir is enough rsync --verbose --archive $(rootdir $BASE)/build/MODULES/tests/system/ ${testmaster_ssh}:${BASE} @@ -632,7 +632,7 @@ function main () { rm -f $tmp # update build [ -n "$SSH_KEY" ] && setupssh ${BASE} ${SSH_KEY} - $RUN_IN_DOMAIN $BASE -- -c "cd /build; git pull; make tests-clean" + $RUN_IN_DOMAIN $BASE -- "cd /build; git pull; make tests-clean" # make sure we refresh the tests place in case it has changed rm -f /build/MODULES/tests options=(${options[@]} -d $PLDISTRO -t $PLDISTROTAGS -s $BUILD_SCM_URL)