sbsv2/raptor/python/plugins/filter_checkcomp.py
branchfix
changeset 206 9bc64f367d8a
parent 203 faed4203d5c6
child 208 432f3175b677
equal deleted inserted replaced
205:ce7b587b436c 206:9bc64f367d8a
    46 		else:
    46 		else:
    47 			dir = os.path.dirname(bldinf)
    47 			dir = os.path.dirname(bldinf)
    48 
    48 
    49 		self.outfile.write("=== %s == %s\n" % (dir, dir))
    49 		self.outfile.write("=== %s == %s\n" % (dir, dir))
    50 		self.outfile.write("=== check == %s\n" % (dir))
    50 		self.outfile.write("=== check == %s\n" % (dir))
    51 		self.outfile.write("-- abld -w \nChdir %s \n++ Started at\n" % dir)
    51 		self.outfile.write("-- sbs_filter --filters=FilterCheckComp\n++ Started at Thu Feb 11 10:05:19 2010\nChdir %s\n" % dir)
    52 		
    52 
    53 	def end_bldinf(self):
    53 	def end_bldinf(self):
    54 		self.outfile.write("++ Finished at\n")
    54 		self.outfile.write("++ Finished at Thu Feb 11 10:05:20 2010\n")
       
    55 
       
    56 	def close(self):
       
    57 		self.outfile.write("++ Finished at Thu Feb 11 10:05:20 2010\n")
       
    58 		self.outfile.write("=== check finished Thu Feb 11 10:05:20 2010\n")
    55 
    59 
    56 	def open(self, build_parameters):
    60 	def open(self, build_parameters):
    57 		t = filter_what.FilterWhat.open(self, build_parameters)
    61 		t = filter_what.FilterWhat.open(self, build_parameters)
    58 		if t:
    62 		if t:
    59 			self.outfile.write("===-------------------------------------------------\n")
    63 			self.outfile.write("\n===-------------------------------------------------\n")
    60 			self.outfile.write("=== check\n")
    64 			self.outfile.write("=== check\n")
    61 			self.outfile.write("===-------------------------------------------------\n")
    65 			self.outfile.write("===-------------------------------------------------\n")
    62 			self.outfile.write("=== check started Thu Feb 11 10:02:21 2010\n")
    66 			self.outfile.write("=== check started Thu Feb 11 10:02:21 2010\n")
    63 
    67 
    64 		self.path_prefix_to_strip = os.path.abspath(build_parameters.epocroot)
    68 		self.path_prefix_to_strip = os.path.abspath(build_parameters.epocroot)