Sets the output format for errors.
(self, output_format)
| 1415 | self._junit_failures = [] |
| 1416 | |
| 1417 | def SetOutputFormat(self, output_format): |
| 1418 | """Sets the output format for errors.""" |
| 1419 | self.output_format = output_format |
| 1420 | |
| 1421 | def SetQuiet(self, quiet): |
| 1422 | """Sets the module's quiet settings, and returns the previous setting.""" |