Skip to content

Commit

Permalink
Add verbose logging in tmpenv
Browse files Browse the repository at this point in the history
We see many failures when starting podman based environment on github.
Add verbose logging to get more info about the failures.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Jun 22, 2023
1 parent 246f93a commit 32e919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def delete(self):

def _run(self, cmd):
subprocess.run(
["drenv", cmd, "--name-prefix", self.prefix, TEST_ENV],
["drenv", cmd, "--verbose", "--name-prefix", self.prefix, TEST_ENV],
check=True,
)

Expand Down

0 comments on commit 32e919d

Please sign in to comment.