torture: make kvm-find-errors.sh check for compressed vmlinux files
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 21 Nov 2022 03:56:27 +0000 (19:56 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 4 Jan 2023 01:53:31 +0000 (17:53 -0800)
commit3e4c07b9f8217b016753985856238ac7684bc11f
treeee3caa8ca29e37fb0844e0b0b6a6160b6a83d191
parent1b929c02afd37871d5afb9d498426f83432e71c2
torture: make kvm-find-errors.sh check for compressed vmlinux files

Under some conditions, a given run's vmlinux file will be compressed,
so that it is named vmlinux.xz rather than vmlinux.  in such cases,
kvm-find-errors.sh will complain about the nonexistence of vmlinux.
This commit therefore causes kvm-find-errors.sh to check for vmlinux.xz
as well as for vmlinux.

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