Skip to content

Commit 0cb8dff

Browse files
authored
Merge pull request #771 from hacklschorsch/770.remove-keep-tempdir-remains
Remove orphaned `--keep-tempdir` mentions
2 parents 3941342 + 6b8c612 commit 0cb8dff

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

integration/README

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ run:
3737

3838
py.test -s -v integration/
3939

40-
If you want to keep the created temp-dir around:
41-
42-
py.test --keep-tempdir -v integration/
43-
4440
The fixtures also set up a "flogtool gather" process and dump all the
4541
logs from all the running processes (introducer, 5 storage nodes,
4642
alice, bob) to a tempfile.

newsfragments/770.minor

Whitespace-only changes.

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ setenv =
5555
whitelist_externals =
5656
junit: /bin/mkdir
5757
commands =
58-
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
5958
!junit: py.test --coverage -sv integration/ --tahoe-tox-env {env:MAGIC_FOLDER_TAHOE_TOX_ENV} {posargs:}
6059
junit: mkdir -p junit
6160
junit: py.test --junitxml=junit/pytest.xml --coverage -sv integration/ --tahoe-tox-env {env:MAGIC_FOLDER_TAHOE_TOX_ENV} {posargs:}

0 commit comments

Comments
 (0)