aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-22 12:46:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-22 12:46:45 +0000
commitdb074518c3f61a66c54e993215194057b8d2f415 (patch)
treef2f6c7d7752fa769ff5e4742134701b2b8eedf93 /tests
parent64731b00567ed6237cc7a1758e0f4c32200f5a30 (diff)
allow gdb to check the libtest dir for sources too (for the 500- tests)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
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 {