File tree 3 files changed +0
-5
lines changed
3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 37
37
38
38
py.test -s -v integration/
39
39
40
- If you want to keep the created temp-dir around:
41
-
42
- py.test --keep-tempdir -v integration/
43
-
44
40
The fixtures also set up a "flogtool gather" process and dump all the
45
41
logs from all the running processes (introducer, 5 storage nodes,
46
42
alice, bob) to a tempfile.
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ setenv =
55
55
whitelist_externals =
56
56
junit: /bin/mkdir
57
57
commands =
58
- # NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
59
58
!junit: py.test --coverage -sv integration/ --tahoe-tox-env {env:MAGIC_FOLDER_TAHOE_TOX_ENV} {posargs:}
60
59
junit: mkdir -p junit
61
60
junit: py.test --junitxml =junit/pytest.xml --coverage -sv integration/ --tahoe-tox-env {env:MAGIC_FOLDER_TAHOE_TOX_ENV} {posargs:}
You can’t perform that action at this time.
0 commit comments