torture: Make torture.sh print the number of files to be compressed
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 15 Jul 2021 22:14:56 +0000 (15:14 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 13 Sep 2021 23:37:11 +0000 (16:37 -0700)
commitb380b10b84c3b8334aba51a5a10eabb30f37589f
treec5931d0983b7c165fd1541140c7a7597a9081ba2
parent11e46f0804c406ff5cd67f5ed8387ee8a2f30b8a
torture: Make torture.sh print the number of files to be compressed

Compressing gigabyte vmlinux files can take some time, and it can be a
bit annoying to not know many more batches of compression there will be.
This commit therefore makes torture.sh print the number of files to be
compressed just before starting compression and just after compression
completes.

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