Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ddbac2

Browse filesBrowse files
BridgeARMylesBorins
authored andcommitted
tools: add log output to crashes
PR-URL: #20295 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent b47044a commit 8ddbac2
Copy full SHA for 8ddbac2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎tools/test.py‎

Copy file name to clipboardExpand all lines: tools/test.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,8 @@ def HasRun(self, output):
298298

299299
if output.HasCrashed():
300300
self.severity = 'crashed'
301-
exit_code = output.output.exit_code
302-
self.traceback = "oh no!\nexit code: " + PrintCrashed(exit_code)
303301

304-
if output.HasTimedOut():
302+
elif output.HasTimedOut():
305303
self.severity = 'fail'
306304

307305
else:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.