We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c5042 commit 422b6e8Copy full SHA for 422b6e8
tools/test.py
@@ -333,7 +333,7 @@ def HasRun(self, output):
333
(total_seconds, duration.microseconds / 1000))
334
if self.severity is not 'ok' or self.traceback is not '':
335
if output.HasTimedOut():
336
- self.traceback = 'timeout'
+ self.traceback = 'timeout\n' + output.output.stdout + output.output.stderr
337
self._printDiagnostic()
338
logger.info(' ...')
339
0 commit comments