X-Git-Url: http://git.onelab.eu/?p=build.git;a=blobdiff_plain;f=lbuild-nightly.sh;h=8f59ca0fc0eac17cb243b50670671da74ae11802;hp=b8bdf44d132ef1753a7420066e559f28d5d17db0;hb=c8b5e59557c902508c3e4a2db69702fe7d313b39;hpb=becb636b5e1867bc84a7ab8aff553f9e3c2749ea diff --git a/lbuild-nightly.sh b/lbuild-nightly.sh index b8bdf44d..8f59ca0f 100755 --- a/lbuild-nightly.sh +++ b/lbuild-nightly.sh @@ -249,7 +249,7 @@ function in_root_context () { # convenient for simple commands function run_in_build_guest () { buildname=$1; shift - ssh -o "StrictHostKeyChecking no" root@$(guest_ipv4 $buildname) "$@" + ssh -o StrictHostKeyChecking=no root@$(guest_ipv4 $buildname) "$@" } # run in the vm - do not manage success/failure, will be done from the root ctx