torture: Stop overwriting Make.out file with obsolete version
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 1 Jul 2018 12:48:46 +0000 (05:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 29 Aug 2018 16:20:48 +0000 (09:20 -0700)
commit31e7490741566d6f72be3a68bf9259a3bc2bc21d
tree38b3fb0acb3cb4031c303a5ed360cf32c8a9945d
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
torture: Stop overwriting Make.out file with obsolete version

The old approach placed all the build products into the b* directories,
which meant that some of these build products needed to be copied to
the proper directory in the res hierarchy.  The new approach leaves
things like .config and the .o files in the b1 directory, but directs
build output and diagnostics directly to the proper directory in the
res hierarchy.  Unfortunately, one of the copies was still carried out,
which could (and sometimes did) overwrite the build output and diagnostics
with obsolete output remaining in the b1 directory.

This commit therefore removes the offending "cp" command.

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