summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2022-01-17 17:26:34 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-17 22:26:52 +0100
commit52826d3b791e0436a2338ed36e38a2f7e1f4e9a6 (patch)
tree1d9deb4a0a9b4f8bdfa1a9020bc0ad6631a5ff9d
parent39b24a118377417a2637a8d2eef6997b5d3bcc45 (diff)
downloadcurl-52826d3b791e0436a2338ed36e38a2f7e1f4e9a6.tar.gz
runtests.pl: disable debuginfod
Valgrind and gdb implement this feature: as this highly slows down tests, disable it. Closes #8291
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index bb1fae9be..d67f40a12 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'});
#######################################################################