Skip to content
Snippets Groups Projects
Commit db074518 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

allow gdb to check the libtest dir for sources too (for the 500- tests)

parent 64731b00
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment