Remove redundant line in logging section of runtest.sh
This commit is contained in:
parent
736703054e
commit
664eb96853
1 changed files with 0 additions and 1 deletions
|
@ -170,7 +170,6 @@ while [ "$COUNTER" -lt "$NUM_TESTS" ]; do
|
|||
|
||||
# Log everything
|
||||
echo "$START_TIME,$END_TIME,$link_level_noise,$bssid_and_bitrate,$speed_results,$FAILED_DELTA,$channel,$freq,$packet_loss,$jitter,$LocalTCPUp,$LocalTCPDown,$LocalUDPUp,$LocalUDPDown,$RemoteTCPUp,$RemoteTCPDown,$RemoteUDPUp,$RemoteUDPDown" >> "$TEST_FILE"
|
||||
done LocalTCPUp, LocalTCPDown, LocalUDPUp, LocalUDPDown, RemoteTCPUp, RemoteTCPDown ,RemoteUDPUp, RemoteUDPDown
|
||||
|
||||
if [ "$COUNTER" -lt "$NUM_TESTS" ]; then
|
||||
echo "Dozing off for $TIME_BETWEEN..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue