Sets the output format for errors.
(self, output_format)
| 1271 | self._junit_failures = [] |
| 1272 | |
| 1273 | def SetOutputFormat(self, output_format): |
| 1274 | """Sets the output format for errors.""" |
| 1275 | self.output_format = output_format |
| 1276 | |
| 1277 | def SetQuiet(self, quiet): |
| 1278 | """Sets the module's quiet settings, and returns the previous setting.""" |