Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b167b68

Browse files
committedMay 5, 2020
Revert "verbose integration tests"
This reverts commit e0e2bd9.
1 parent 23b8f63 commit b167b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _run(cmd_string):
9797
run_context = Context()
9898
with run_context.cd(working_dir):
9999
return run_context.run(
100-
cli_full_line, echo=False, hide=False, warn=True, env=env
100+
cli_full_line, echo=False, hide=True, warn=True, env=env
101101
)
102102

103103
return _run

0 commit comments

Comments
 (0)
Please sign in to comment.