commit d0a0202f47b5e019f08c0b4b285b4f2cb6a87352 Author: juga0 juga@riseup.net Date: Wed Feb 10 09:30:39 2021 +0000
fix: CI: Make wget quiet
to avoid many lines of non useful text the CI. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini index f0aadaf..51daeba 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ commands = bash -c "time python3 {envtmpdir}/net/wait.py {envtmpdir}/net/{auth,relay,exit}*" bash -c "python3 {toxinidir}/scripts/tools/sbws-http-server.py --port 28888 &>/dev/null &" sleep 1 - wget -O/dev/null http://127.0.0.1:28888/sbws.bin + wget -qO/dev/null http://127.0.0.1:28888/sbws.bin ; Run actually the scanner mkdir -p /tmp/.sbws ; This add around 3min more to the tests
tor-commits@lists.torproject.org