]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
torture: Print informative message for test without recheck file
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 27 Jan 2026 01:50:48 +0000 (17:50 -0800)
committerJoel Fernandes <joelagnelf@nvidia.com>
Mon, 30 Mar 2026 19:48:13 +0000 (15:48 -0400)
commit6778178c3b07c926d8a9af515c5af73f6bdebacf
treea28ef2557ba4308f5ca3a55dd066078dc041958e
parent08d5cade666dc4a0f8e9a43a738796a92336f276
torture: Print informative message for test without recheck file

If a type of torture test lacks a recheck file, a bash diagnostic is
printed, which looks like a torture-test bug.  This commit gets rid of
this false positive by explicitly checking for the file, invoking it if
it exists, otherwise printing an informative non-diagnostic message.

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