rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Aug 2022 23:21:19 +0000 (16:21 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 18 Oct 2022 22:02:59 +0000 (15:02 -0700)
commitf14c20cf3c1053702efe55c4ea62da2e05fdced7
tree7aba866a590c667721335d1a521c8a3c968074ec
parentc211ae9ce424793a24cac346ee73613965a40646
rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output

The kvm-again.sh script, when running locally, can place the QEMU output
into kvm-test-1-run-qemu.sh.out instead of kvm-test-1-run.sh.out.  This
commit therefore makes kvm-test-1-run-qemu.sh check both locations.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh