commit 419f5fbbd339fb201c16819bcc6fd3a053880b01 Author: Matt Traudt sirmatt@ksu.edu Date: Tue Jun 19 22:17:35 2018 -0400
Don't let the web server log to stdout/err --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini index c905acc..2a34348 100644 --- a/tox.ini +++ b/tox.ini @@ -28,7 +28,7 @@ commands = tar -C {envtmpdir} -vxf {toxinidir}/tests/integration/net.tar bash {envtmpdir}/net/start.sh 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 &" + bash -c "python3 {toxinidir}/scripts/tools/sbws-http-server.py --port 28888 &>/dev/null &" sleep 30 wget -O/dev/null http://127.0.0.1:28888/sbws.bin coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv