Unset *_proxy variables in autopkgtest

Closes: #960179
This commit is contained in:
Timo Röhling 2021-09-14 16:53:50 +02:00
parent c597d480b3
commit 4ae247c9e4

View File

@ -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)'