Lines Matching refs:test_dir
28 test_dir=$1
37 test_name=`echo $test_dir | sed -e 's;.*/;;'`
39 if [ -f $test_dir ] ; then
42 if [ ! -d $test_dir ] ; then
46 if [ -z "`ls $test_dir`" ]; then
49 if [ -f $test_dir/name ]; then
50 test_description=`cat $test_dir/name`
55 if [ -n "$SKIP_SLOW_TESTS" -a -f $test_dir/is_slow_test ]; then
67 if [ -f $test_dir/script ]; then
68 . $test_dir/script
79 if [ $elapsed -gt 60 -a ! -f $test_dir/is_slow_test ]; then
82 echo "$test_name: consider adding $test_dir/is_slow_test"