compiletest: show details if GDB failed to execute.

This commit is contained in:
kennytm 2017-06-27 02:44:42 +08:00
parent 859c3236e5
commit 3f1cb30b14
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -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);