Skip to content

Commit

Permalink
add debugging for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Field committed Jun 8, 2024
1 parent e80c8e7 commit 6d478b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/registry_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ def rebuild_local(
]

for sub in _sub_cmds:
subprocess.check_call(
subprocess.check_output(
[python, _manage, *sub],
shell=False,
stdout=subprocess.DEVNULL if silent else None,
stderr=subprocess.STDOUT,
env=django_environ(remote=remote),
)

Expand Down

0 comments on commit 6d478b1

Please sign in to comment.