Ejemplo n.º 1
0
 def output_proc(self):
     return message.OutProc(self.expected_outcomes,
                            os.path.join(self.suite.root, self.path),
                            self._expected_fail())
Ejemplo n.º 2
0
 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)