mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08: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
@ -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…
x
Reference in New Issue
Block a user