Also unset _proxy variables for ninja autopkgtest

Closes: #960179
This commit is contained in:
Timo Röhling 2021-10-29 11:02:23 +02:00
parent d1b9457769
commit e66f1bdbc9

View File

@ -8,4 +8,7 @@ cd "$AUTOPKGTEST_TMP"
cmake -DCMake_TEST_EXTERNAL_CMAKE=/usr/bin -GNinja "$SRCDIR"
ninja -v
unset http_proxy
unset https_proxy
unset no_proxy
CTEST_OUTPUT_ON_FAILURE=1 ctest -E '(CTestTestUpload|BootstrapTest)'