]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Run Linux-kernel binary out of results directory
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 Aug 2014 21:17:53 +0000 (14:17 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Nov 2014 03:26:00 +0000 (19:26 -0800)
commit7db0f9386905c8d48989fc68d2e92d2516c979d5
treeee79e54ac17ac4592219101852269c2d96408798
parentd0dadfe528b642c93614f791603d197449aa33a9
torture: Run Linux-kernel binary out of results directory

The rcutorture scripts create a qemu-cmd script containing the actual
qemu command.  However, this command references the build directory,
which will be overwritten by later builds.  This commit therefore runs
the kernel out of the results directory so that less hand-editing is
required to re-run a previous test.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Pranith Kumar <bobby.prani@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh