]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests.pl: disable debuginfod
authorPatrick Monnerat <patrick@monnerat.net>
Mon, 17 Jan 2022 16:26:34 +0000 (17:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jan 2022 21:26:52 +0000 (22:26 +0100)
Valgrind and gdb implement this feature: as this highly slows down tests,
disable it.

Closes #8291

tests/runtests.pl

index bb1fae9beae1f57d94e5dd16b27ecd3ae18f603a..d67f40a12384405d3fe6f5da779caeaa6d0b1cae 100755 (executable)
@@ -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'});
 
 #######################################################################