Home
last modified time | relevance | path

Searched hist:"0 feda4da" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh0feda4da Wed Jun 07 16:10:40 CDT 2023 Paul E. McKenney <paulmck@kernel.org> torture: Add "--no-" as synonym for "--do-no-" in torture.sh

In order to (for example) omit the real-time testing that torture.sh would
otherwise carry out, you put "--do-no-rt" on the torture.sh command line.
This works, but it is all too easy to instead type "--no-rt". This is
unambiguous and easier to type, so this commit therefore allows all
"--no-" arguments as synonyms for their "--do-no-" counterparts.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>