sbsv2/raptor/bin/sbs_filter.py
changeset 580 6209aeff0f73
parent 453 aa590b420880
child 598 0a541d1f13c3
equal deleted inserted replaced
579:e26b09d36de0 580:6209aeff0f73
    44 if not "HOSTPLATFORM_DIR" in os.environ:
    44 if not "HOSTPLATFORM_DIR" in os.environ:
    45 	sys.stderr.write("HOSTPLATFORM_DIR is not set ... try running gethost.sh\n")
    45 	sys.stderr.write("HOSTPLATFORM_DIR is not set ... try running gethost.sh\n")
    46 	sys.exit(1)
    46 	sys.exit(1)
    47 
    47 
    48 # construct a Raptor object from our command-line (less the name of this script)
    48 # construct a Raptor object from our command-line (less the name of this script)
    49 the_raptor = raptor.Raptor.CreateCommandlineBuild(sys.argv[1:])
    49 the_raptor = raptor.Raptor.CreateCommandlineAnalysis(sys.argv[1:])
    50 
    50 
    51 # from Raptor.OpenLog()
    51 # from Raptor.OpenLog()
    52 try:
    52 try:
    53 	# Find all the raptor plugins and put them into a pluginbox.
    53 	# Find all the raptor plugins and put them into a pluginbox.
    54 	if not the_raptor.systemPlugins.isAbsolute():
    54 	if not the_raptor.systemPlugins.isAbsolute():