]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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>
Tue, 6 Apr 2021 23:07:14 +0000 (16:07 -0700)
commit023d0803d5ca509b608255c6c4eaddfe4508f062
treea6b04221356f8222d228ee09fb018e0161ab50f6
parent23dd42ef8e26d8b8143941294517155f5c76f82f
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