| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1490164 commit ab13f13
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -333,7 +333,7 @@ def HasRun(self, output): | |||
| 333 | 333 | (total_seconds, duration.microseconds / 1000)) | |
| 334 | 334 | if self.severity is not 'ok' or self.traceback is not '': | |
| 335 | 335 | if output.HasTimedOut(): | |
| 336 | - self.traceback = 'timeout' | ||
| 336 | + self.traceback = 'timeout\n' + output.output.stdout + output.output.stderr | ||
| 337 | 337 | self._printDiagnostic() | |
| 338 | 338 | logger.info(' ...') | |
| 339 | 339 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments