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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {