]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rcutorture/configinit: Fix build directory error message
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:20 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:23 +0000 (09:18 -0800)
commit2adfa4210f8f35cdfb4e08318cc06b99752964c2
tree14c39d424308675e4fee51f786a8a633cb8af5c0
parente8302739aa2204d52dacf9e9619cb6e755fa997a
rcutorture/configinit: Fix build directory error message

The 'configinit.sh' script checks the format of optional argument for the
build directory, printing an error message if the format is not valid.
However, the error message uses the wrong variable, indicating an empty
string even though the user entered a non-empty (but erroneous) string.
This commit fixes the script to use the correct variable.

Fixes: c87b9c601ac8 ("rcutorture: Add KVM-based test framework")
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/configinit.sh