torture: Drop trailing ^M from console output
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 2 Dec 2021 03:19:13 +0000 (19:19 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:27 +0000 (17:25 -0800)
commitbee6f2169935658fc405128a8b763ea49f50985c
treef69f78108cfa639c5d21e5aac02b5007da6863e9
parentda123016ca8cb5697366c0b2dd55059b976e67e4
torture: Drop trailing ^M from console output

Console logs can sometimes have trailing control-M characters, which the
forward-progress evaluation code in kvm-recheck-rcu.sh passes through
to the user output.  Which does not cause a technical problem, but which
can look ugly.  This commit therefore strips the control-M characters.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh