torture: Create qemu-cmd in --buildonly runs
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 5 Jun 2020 17:29:28 +0000 (10:29 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:01:44 +0000 (12:01 -0700)
commit3e93a51f191aa710760591961240f8910d952b5b
treee9ae971707094be5f91b8e464eb8fa448bfbb9e1
parent8f43d5911b38f00dfa46169dcb1feb1e101dd906
torture: Create qemu-cmd in --buildonly runs

One reason to do a --buildonly run is to use the build products elsewhere,
for example, to do the actual test on some other system.  Part of doing
the test is the actual qemu command, which is not currently produced
by --buildonly runs.  This commit therefore causes --buildonly runs to
create this file.

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