rcutorture/kvm.sh: Support execution from any directory
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:24 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:25 +0000 (09:18 -0800)
commit512e3bd0b554eb25d8816ab3954e0f39c98e8183
treed79edb0447b1050542a405415d196b9fb2958c92
parent8dcd6f3fe206c0bb8996e59386a04027b1c2fb9b
rcutorture/kvm.sh: Support execution from any directory

The 'kvm.sh' rcutorture script requires that it be invoked from the top
of Linux-kernel source tree.  It is just a subtle restriction, but users
using it for the first time could forget the restriction and be confused.
Moreover, it makes commands a little longer, which can be frustrating.
This commit therefore lets users invoke the script from any location.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/kvm.sh