Skip to content

Commit e0e2bd9

Browse files
committed
verbose integration tests
1 parent c0fcd2c commit e0e2bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _run(cmd_string):
7575
run_context = Context()
7676
with run_context.cd(working_dir):
7777
return run_context.run(
78-
cli_full_line, echo=False, hide=True, warn=True, env=env
78+
cli_full_line, echo=False, hide=False, warn=True, env=env
7979
)
8080

8181
return _run

0 commit comments

Comments
 (0)