rcutorture/kvm-build.sh: Skip build directory check
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:26 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:27 +0000 (09:18 -0800)
commitaf0695d3fcbf8ac387eb48d1356d1956c6af7fd9
tree8a5f72a8a0a96a93081f253ffe436ca62d8da605
parentfeef2d286a098c3510322d5c1348432899489214
rcutorture/kvm-build.sh: Skip build directory check

Check for build-directory existence and write permissions are provided in
both 'kvm-test-1-run.sh' an 'kvm-build.sh'.  Because the 'kvm-build.sh'
is dependent on 'kvm-test-1-run.sh' ('kvm-build.sh' uses variables that
defined from its caller.), these checks are unnecessarily duplicated.
This commit therefore removes the check in from the 'kvm-build.sh' script.

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-build.sh