update fixturenet-plugeth test

This commit is contained in:
2023-11-02 09:26:47 -04:00
parent fd5779f967
commit bd8c78e1a3
4 changed files with 78 additions and 8 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ def exec_operation(ctx, extra_args):
if global_context.verbose:
print(f"Running compose exec {service_name} {command_to_exec}")
try:
ctx.obj.deployer.execute(service_name, command_to_exec, envs=container_exec_env)
ctx.obj.deployer.execute(service_name, command_to_exec, tty=True, envs=container_exec_env)
except DeployerException:
print("container command returned error exit status")