Skip to content

Commit f9470ab

Browse files
author
Massimiliano Pippi
committed
try
1 parent 18440fe commit f9470ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ def _run(cmd_string):
6767
cli_full_line = "{} {}".format(cli_path, cmd_string)
6868
run_context = Context()
6969
with run_context.cd(working_dir):
70-
return run_context.run(cli_full_line, echo=False, warn=True, env=env)
70+
return run_context.run(cli_full_line, echo=False, hide=True, env=env)
7171

7272
return _run

0 commit comments

Comments
 (0)