Skip to content

Commit 608aff4

Browse files
matttbeintel-lab-lkp
authored andcommitted
sefltests: mptcp: connect: remote time in TAP output
It is now added by the MPTCP lib automatically, see the parent commit. The time in the TAP output might be sligly different from the one displayed before, but that's OK. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent e746986 commit 608aff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/net/mptcp/mptcp_connect.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ do_transfer()
431431

432432
local duration
433433
duration=$((stop-start))
434-
result_msg+=" # time=${duration}ms"
435434
printf "(duration %05sms) " "${duration}"
436435
if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
437436
mptcp_lib_pr_fail "client exit code $retc, server $rets"

0 commit comments

Comments
 (0)