Home | History | Annotate | Download | only in test

Lines Matching refs:post_flight

154 # The pre_flight and post_flight functions come from reading a config file.
156 post_flight = None
748 global config, pre_flight, post_flight
758 if "post_flight" in config:
759 post_flight = config["post_flight"]
760 if not callable(post_flight):
761 print "fatal error: post_flight is not callable, exiting."
1184 # The pre_flight and post_flight come from reading a config file.
1186 lldb.post_flight = post_flight
1200 print "lldb.post_flight:", getsource_if_available(lldb.post_flight)