projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf04df
)
Temporary disable the logic that runs gdb on a core dump, as it can't blindly
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 5 May 2004 14:34:35 +0000
(14:34 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 5 May 2004 14:34:35 +0000
(14:34 +0000)
assume that the curl file is a proper binary, it is often a script file
produced by libtool.
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index bd5de0007369dbff71e5941ac16c1953d5bc7ace..ff9e99bd7d43b258b82951ec174805e3285b5c14 100755
(executable)
--- a/
tests/runtests.pl
+++ b/
tests/runtests.pl
@@
-1081,7
+1081,7
@@
sub singletest {
if($dumped_core) {
print "core dumped!\n";
- if($gdb) {
+ if(
0+ &&
$gdb) {
print "running gdb for post-mortem analysis:\n";
open(GDBCMD, ">log/gdbcmd2");
print GDBCMD "bt\n";