torture: Make torture.sh accept --do-all and --donone
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 11 May 2021 20:27:22 +0000 (13:27 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 20 Jul 2021 20:45:50 +0000 (13:45 -0700)
commit4988486c875f6da5bb4b1d834ce9135ca1b0dee6
tree0d6eef240985a25af14a54831d33d86d5b884d22
parentef4dac7dbde7ba376e340f665196988409913625
torture: Make torture.sh accept --do-all and --donone

Currently, torture.sh accepts --doall on the one hand and --do-none
on the other, which is a bit inconsistent.  This commit therefore adds
--do-all and --donone so that a fully consistent test may be used.

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