Searched refs:install_loc (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/tools/testing/selftests/
H A Dkselftest_install.sh11 install_loc=`pwd`
15 if [ $(basename $install_loc) != "selftests" ]; then
20 echo "$0: Installing in default location - $install_loc ..."
25 install_loc=$1
26 echo "$0: Installing in specified location - $install_loc ..."
29 install_dir=$install_loc/kselftest

Completed in 66 milliseconds