From: Patrick Monnerat Date: Mon, 17 Jan 2022 16:26:34 +0000 (+0100) Subject: runtests.pl: disable debuginfod X-Git-Tag: curl-7_82_0~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52826d3b791e0436a2338ed36e38a2f7e1f4e9a6;p=thirdparty%2Fcurl.git runtests.pl: disable debuginfod Valgrind and gdb implement this feature: as this highly slows down tests, disable it. Closes #8291 --- diff --git a/tests/runtests.pl b/tests/runtests.pl index bb1fae9bea..d67f40a123 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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'}); #######################################################################