uh_parser/RaptorInfo.pm
changeset 232 fde18ad07a01
parent 176 6d3c3db11e72
child 236 08436a227940
--- a/uh_parser/RaptorInfo.pm	Mon May 10 12:03:05 2010 +0100
+++ b/uh_parser/RaptorInfo.pm	Mon May 10 14:23:00 2010 +0100
@@ -42,14 +42,9 @@
 {
 	my ($text) = @_;
 	
-	my $severity = '';
-	
-	if ($text =~ m,unmatchable,)
+	if ($text =~ m,Buildable configuration '(.*)',)
 	{
-		$severity = $RaptorCommon::SEVERITY_CRITICAL;
-		
-		#dump_error($category, $severity, $text);
-		print "$category, $severity, $text\n";
+		$::allconfigs->{$1}=1;	
 	}
 }