Sets the output format for errors.
(self, output_format)
| 1019 | self._junit_failures = [] |
| 1020 | |
| 1021 | def SetOutputFormat(self, output_format): |
| 1022 | """Sets the output format for errors.""" |
| 1023 | self.output_format = output_format |
| 1024 | |
| 1025 | def SetQuiet(self, quiet): |
| 1026 | """Sets the module's quiet settings, and returns the previous setting.""" |