def output_proc(self): return message.OutProc(self.expected_outcomes, os.path.join(self.suite.root, self.path), self._expected_fail())
def output_proc(self): return message.OutProc(self.expected_outcomes, self._base_path, self._expected_fail(), self._base_path + '.out', self.suite.test_config.regenerate_expected_files)