Home | History | Annotate | Download | only in cgi

Lines Matching full:"$ match"

205 			$match = shift(@$rtcs);
206 $match->{TCID} = '*' if ($match->{TCID} eq '{');
207 $match->{TCID} = '-' if ($match->{TCID} eq '}');
208 $match->{TC} = '*' if ($match->{TC} eq '{');
209 $match->{TC} = '-' if ($match->{TC} eq '}');
212 print "<a href=\"results.cgi?get_df=$rd->{HOST}.$rd->{DATESTR}.$rd->{SUITE}.driver&zoom_tag=$match->{TAG}\">";
213 print "$match->{TCID}</a>";
214 print "<td>$match->{TC}";
216 if ($match->{STATUS} =~ /PASS/) {
218 } elsif ($match->{STATUS} =~ /FAIL/) {
220 } elsif ($match->{STATUS} =~ /CONF/) {
222 } elsif ($match->{STATUS} =~ /BROK/) {
227 print "$match->{STATUS}</font>";