From 4ae247c9e477b7b2acd2bcfdbdcd9446f0588d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20R=C3=B6hling?= Date: Tue, 14 Sep 2021 16:53:50 +0200 Subject: [PATCH] Unset *_proxy variables in autopkgtest Closes: #960179 --- debian/tests/testsuite | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/tests/testsuite b/debian/tests/testsuite index bc84beb2b..15c56b900 100755 --- a/debian/tests/testsuite +++ b/debian/tests/testsuite @@ -8,4 +8,7 @@ cd "$AUTOPKGTEST_TMP" cmake -DCMake_TEST_EXTERNAL_CMAKE=/usr/bin "$SRCDIR" make VERBOSE=1 +unset http_proxy +unset https_proxy +unset no_proxy CTEST_OUTPUT_ON_FAILURE=1 ctest -E '(CTestTestUpload|BootstrapTest)'