# HG changeset patch # User Dario Sestito # Date 1256902949 0 # Node ID 44dd64cfb32bd1f0f8e6462f953170b072234dc7 # Parent d5603c08781bf5bbe8ad47cd899c75cbb5c159d3 In raptor-analysis create summary.csv file anyway, otherwise some targets following may crash the build diff -r d5603c08781b -r 44dd64cfb32b common/tools/raptor/parse.pl --- a/common/tools/raptor/parse.pl Fri Oct 30 09:36:23 2009 +0000 +++ b/common/tools/raptor/parse.pl Fri Oct 30 11:42:29 2009 +0000 @@ -91,6 +91,10 @@ mkdir($basedir); #print "Created dir $basedir.\n"; +# create empty summary file anyway +open(SUMMARY, ">$basedir/summary.csv"); +close(SUMMARY); + my $saxhandler = RaptorSAXHandler->new(); if ($releaseable_module) {