diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-04 18:11:25 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-04 18:11:25 +0000 |
commit | ebd6897b10c38a63c8881b91a8b35204cfddf2c1 (patch) | |
tree | 38555a3a699fbaa52509b97bdab12f7fe18a7113 /tests/README | |
parent | 5ab8a9d32f7c8d4df73c9787c5c6bac1e0f9b991 (diff) |
runtests -g explained
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 65415540d..021867a59 100644 --- a/tests/README +++ b/tests/README @@ -26,6 +26,13 @@ Memory: automatically detect if that is the case, and it will use the ../memanalyze script to analyze the memory debugging output. +Debug: + If a test case fails, you can conveniently get the script to invoke the + debugger (gdb) for you with the server running and the exact same command + line parameters that failed. Just invoke 'runtests.pl <test number> -g' and + then just type 'run' in the debugger to perform the command through the + debugger. + Logs: All logs are generated in the logs/ subdirctory (it is emtpied first in the runtests.sh script) |