mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:07:17 +03:00
allow gdb to check the libtest dir for sources too (for the 500- tests)
This commit is contained in:
parent
64731b0056
commit
db074518c3
1 changed files with 1 additions and 1 deletions
|
|
@ -784,7 +784,7 @@ sub singletest {
|
|||
print GDBCMD "set args $cmdargs\n";
|
||||
print GDBCMD "show args\n";
|
||||
close(GDBCMD);
|
||||
system("gdb $DBGCURL -x log/gdbcmd");
|
||||
system("gdb --directory libtest $DBGCURL -x log/gdbcmd");
|
||||
$res =0; # makes it always continue after a debugged run
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue