]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d62d86f5fdd544943d43497acdf87545d25022a
tree72e73325b88ebfa4eda31d75cf9117a8d480d494
parentdfee69fa8ab2f0777f3a76c539c5e7aed7e1d29b
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