torture: Correctly summarize build-only runs
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 16 Jun 2020 17:02:54 +0000 (10:02 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:44 +0000 (12:01 -0700)
commit6bcaf2a0876633b6a7c5e70ee88801e16280210a
treefe026dbaf2ff18e8aafbfb589743caf061e5a9d5
parent603d11ad6976e1289f19c2a19e2f75a83d0dc296
torture: Correctly summarize build-only runs

Currently, kvm-recheck.sh complains that qemu failed for --buildonly
runs, which is sort of true given that qemu can hardly succeed if not
invoked in the first place.  Nevertheless, this commit swaps the order
of checks in kvm-recheck.sh so that --buildonly runs will be summarized
more straightforwardly.

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