compiletest: show details if GDB failed to execute.
This commit is contained in:
parent
859c3236e5
commit
3f1cb30b14
@ -692,7 +692,7 @@ fn run_debuginfo_gdb_test_no_opt(&self) {
|
||||
}
|
||||
|
||||
if !debugger_run_result.status.success() {
|
||||
self.fatal("gdb failed to execute");
|
||||
self.fatal_proc_rec("gdb failed to execute", &debugger_run_result);
|
||||
}
|
||||
|
||||
self.check_debugger_output(&debugger_run_result, &check_lines);
|
||||
|
Loading…
Reference in New Issue
Block a user