2
0
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 
This commit is contained in:
Patrick Monnerat 2022-01-17 17:26:34 +01:00 committed by Daniel Stenberg
parent 39b24a1183
commit 52826d3b79
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

@ -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'});
#######################################################################