torture: Make torture.sh rcuscale and refscale deal with allmodconfig
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 25 Nov 2020 02:57:47 +0000 (18:57 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 Jan 2021 01:03:42 +0000 (17:03 -0800)
commit7a99487c76aad613b7533e3ea1b8d3eaf30ca37e
treef08aabe1230af757527b6d110fd999fd62a9beba
parent532017b11950a7042d130477747cced4b7e44199
torture: Make torture.sh rcuscale and refscale deal with allmodconfig

The .mod.c files created by allmodconfig builds interfers with the approach
torture.sh uses to enumerate types of rcuscale and refscale runs.  This
commit therefore tightens the pattern matching to avoid this interference.

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