Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
60ef71bc
Commit
60ef71bc
authored
Jun 17, 2018
by
Matt Traudt
Browse files
Hopefully get http server logs if put in {toxinidir}
parent
815afcd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
60ef71bc
...
...
@@ -28,11 +28,11 @@ 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
>
{
envtmp
dir}/http-server.log
&"
bash
-c
"python3
{toxinidir}/scripts/tools/sbws-http-server.py
--port
28888
>
{
toxini
dir}/http-server.log
&"
sleep
30
coverage
run
-a
--rcfile
=
{toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv
bash
{envtmpdir}/net/stop.sh
cat
{
envtmp
dir}/http-server.log
cat
{
toxini
dir}/http-server.log
[testenv:lint]
skip_install
=
True
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment