torture: Make kvm-find-errors.sh account for kvm-remote.sh
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 26 Mar 2021 02:39:14 +0000 (19:39 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 10 May 2021 23:05:06 +0000 (16:05 -0700)
commit226dd39d23487c01ab5cc1d68eba142a4dc76a08
tree35e6cc17059e637af8a3ec7495e3439198eb9042
parentb09751d752fb0e8dce4062254da9f813dcb00de5
torture: Make kvm-find-errors.sh account for kvm-remote.sh

Currently, kvm-find-errors.sh assumes that if "--buildonly" appears in
the log file, then the run did builds but ran no kernels.  This breaks
with kvm-remote.sh, which uses kvm.sh to do a build, then kvm-again.sh
to run the kernels built on remote systems.  This commit therefore adds
a check for a kvm-remote.sh run.

While in the area, this commit checks for "--build-only" as well as
"--build-only".

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