mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
runtests.pl: disable debuginfod
Valgrind and gdb implement this feature: as this highly slows down tests, disable it. Closes #8291
This commit is contained in:
parent
39b24a1183
commit
52826d3b79
1 changed files with 1 additions and 0 deletions
|
|
@ -426,6 +426,7 @@ foreach $protocol (('ftp', 'http', 'ftps', 'https', 'no', 'all')) {
|
|||
|
||||
delete $ENV{'SSL_CERT_DIR'} if($ENV{'SSL_CERT_DIR'});
|
||||
delete $ENV{'SSL_CERT_PATH'} if($ENV{'SSL_CERT_PATH'});
|
||||
delete $ENV{'DEBUGINFOD_URLS'} if($ENV{'DEBUGINFOD_URLS'});
|
||||
delete $ENV{'CURL_CA_BUNDLE'} if($ENV{'CURL_CA_BUNDLE'});
|
||||
|
||||
#######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue