rcutorture: Eliminate configdir argument from kvm-recheck.sh script
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 9 Oct 2013 22:02:54 +0000 (15:02 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 3 Dec 2013 18:11:15 +0000 (10:11 -0800)
commit06d9d1b2e2e58347af37f00856156a550522b2cb
treebadf96f0fd10a9266a3cda7a5c7a73cef01f9f75
parentbe70a73a1ab46860533dfa933d7b188ca053f0ec
rcutorture: Eliminate configdir argument from kvm-recheck.sh script

Don't grab the configuration fragment from the configs directory because
it might well have been changed since the test was run.  Instead, use
the ConfigFragment file that was placed in the results directory.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Greg KH <gregkh@linuxfoundation.org>
tools/testing/selftests/rcutorture/bin/kvm-recheck.sh