]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: mptcp: interpret \n as a new line
authorMatthieu Baerts <matthieu.baerts@tessares.net>
Tue, 6 Oct 2020 16:06:30 +0000 (18:06 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Oct 2020 00:55:24 +0000 (17:55 -0700)
commit309bab3d6a339c9134a0aa0d1ae1c269747bd1e8
treee4bd4653b015172221970a6aebaa1ad2221383d5
parent0324a3b390614db4ea3206256bd2fa5caed7f399
selftests: mptcp: interpret \n as a new line

In case of errors, this message was printed:

  (...)
  balanced bwidth with unbalanced delay       5233 max 5005  [ fail ]
  client exit code 0, server 0
  \nnetns ns3-0-EwnkPH socket stat for 10003:
  (...)

Obviously, the idea was to add a new line before the socket stat and not
print "\nnetns".

The commit 7d7df4bf8e27 ("selftests: mptcp: interpret \n as a new line")
is very similar to this one. But the modification in simult_flows.sh was
missed because this commit above was done in parallel to one here below.

Fixes: ab564bb667af ("mptcp: simult flow self-tests")
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/mptcp/simult_flows.sh