From 52826d3b791e0436a2338ed36e38a2f7e1f4e9a6 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 17 Jan 2022 17:26:34 +0100 Subject: [PATCH] runtests.pl: disable debuginfod Valgrind and gdb implement this feature: as this highly slows down tests, disable it. Closes #8291 --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) 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'}); #######################################################################