Lines Matching full:shell
25 echo "usage: ${MY_NAME} [-e key=val ...] [-s shell(s)] [-t test(s)]"
88 for shell in ${shells}; do
94 # Running the test suite with ${shell}
97 # check for existance of shell
98 if [ ! -x ${shell} ]; then
99 th_warn "unable to run tests with the ${shell} shell"
103 shell_name=`basename ${shell}`
104 shell_version=`versions_shellVersion "${shell}"`
106 echo "shell name: ${shell_name}"
107 echo "shell version: ${shell_version}"
114 ( exec ${shell} ./${suite} 2>&1; )