Lines Matching refs:group
37 group=''
44 echo "-g group to be tested" 1>&2
86 g) # name of test group
87 # is there a group with that name?
90 # group doesn't have to be case sensitive
93 group=$tmpgroup
97 if [ -z $group ] ; then
98 echo "No such group:" $OPTARG". Available groups are: ${testgroups[@]}"
184 if [ -n "$group" ] ; then
185 echo group: $group
187 groupsize=$(eval "echo \${#$(echo $group)[@]}")
188 # is there a testcase with number $testnumber in group $group
193 # run test with group $group and number $testnumber
194 run_test $(eval "echo \${$(echo $group)[$testnumber]}")
197 # if no testnumber was specified, we want to run all tests in that group
198 for i in $(eval "echo \${$(echo $group)[@]}") ; do
205 echo "group: $j"