diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 12:46:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-22 12:46:45 +0000 |
commit | db074518c3f61a66c54e993215194057b8d2f415 (patch) | |
tree | f2f6c7d7752fa769ff5e4742134701b2b8eedf93 | |
parent | 64731b00567ed6237cc7a1758e0f4c32200f5a30 (diff) |
allow gdb to check the libtest dir for sources too (for the 500- tests)
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 17089ae54..697f6f784 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 { |