From: Michal Sojka Date: Mon, 6 Dec 2010 10:39:07 +0000 (+0100) Subject: Merge branch 'master' of rtime.felk.cvut.cz:/can-benchmark X-Git-Tag: fix-allnoconfig~244 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/46317028413a2c940082b1a61f849994eeac9b11?hp=edc8f8a7ff512c1c4cd1745aec62c4ddef1dc4fa Merge branch 'master' of rtime.felk.cvut.cz:/can-benchmark --- diff --git a/gw-tests/lib.sh b/gw-tests/lib.sh index 43afe6d..4d6e2d7 100644 --- a/gw-tests/lib.sh +++ b/gw-tests/lib.sh @@ -27,7 +27,7 @@ PATH=$PWD/../_compiled/bin/:$PATH sshgw() { local socket="$HOME/.ssh/cangw-connection" - if [[ ! -S $socket ]]; then + if [[ ! -S $socket ]] || ! ssh -x -a -S $socket root@192.168.2.3 true; then # Create master connection to speed up subsequenct command. # The ssh is put into background and the connection is closed # after 10 minutes)