X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/18b079e64d91a8e6f04c717ab2b32a30d08b70a9..fff0089e1e06ab133204bde2dedfc23be4921380:/tests/ethflood.sh diff --git a/tests/ethflood.sh b/tests/ethflood.sh index e2c1edd..c25d447 100755 --- a/tests/ethflood.sh +++ b/tests/ethflood.sh @@ -3,7 +3,7 @@ . _lib.sh t() { - ssh root@${SSH_CONNECTION%% *} 'ping -qf "${SSH_CONNECTION%% *}"' & + ssh root@${SSH_CONNECTION%% *} 'ping -f "${SSH_CONNECTION%% *}"' & PID_PING=$! boost_irq_prio PID_S=`vca_canping -s 1 -b -R FF:$RTPRIO -d $CAN1`