torture: Skip vmlinux check for kvm-again.sh runs
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 25 Feb 2022 00:08:48 +0000 (16:08 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:54:56 +0000 (16:54 -0700)
commit00f3133b7f9598304c1fe25ad2d5c12b91199761
tree72e73325b88ebfa4eda31d75cf9117a8d480d494
parent8e82c28ea2b4c6096c7673c59a285c658c9f389f
torture: Skip vmlinux check for kvm-again.sh runs

The kvm-again.sh script reruns an previously built set of kernels, so
the vmlinux files are associated with that previous run, not this on.
This results in kvm-find_errors.sh reporting spurious failed-build errors.
This commit therefore omits the vmlinux check for kvm-again.sh runs.

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