rcutorture/kvm-recheck-*: Improve result directory readability check
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:25 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:25 +0000 (09:18 -0800)
commit81394e3f6df8f72895354fe29a1ef60cb0765a78
tree63113ab1f7058db28561faf1ce188db1f0ac4d4f
parent512e3bd0b554eb25d8816ab3954e0f39c98e8183
rcutorture/kvm-recheck-*: Improve result directory readability check

The kvm-recheck-(lock|rcu|rcuperf).sh scripts check whether the
user-specified results directory exists.  If not, it prints out error
message that says the specified directory is unreadable.  To make the
message more precise, this commit adds a readability check.

Fixes: 2193e1604eac ("rcutorture: Abstract kvm-recheck.sh")

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-recheck-lock.sh
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuperf.sh