def multisuite_cleanup()

in uberpoet/multisuite.py [0:0]


    def multisuite_cleanup(self):
        logging.info("Cleaning up multisuite build test")
        self.settings_state.restore_buckconfig_local()

        if self.switch_xcode_versions:
            self.settings_state.restore_xcode_select()

        if self.build_time_file:
            self.build_time_file.close()
        if self.build_time_csv_file:
            self.build_time_csv_file.close()
        if self.trace_cpu:
            self.cpu_logger.kill()