Skip to content

Commit 563b8a1

Browse files
committed
Merge branch 'master' into remove-redundant-dependency
2 parents ee84413 + 1ce012d commit 563b8a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/robusta_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _run_cli_cmd(self, cmd) -> bytes:
119119
cmd, env=env, stdout=subprocess.PIPE, stderr=subprocess.PIPE
120120
)
121121
if result.returncode:
122-
print(f"result failed with returncode={result.returncode}")
122+
print(f"running command {cmd} failed with returncode={result.returncode}")
123123
print(f"stdout={result.stdout}")
124124
print(f"stderr={result.stderr}")
125125
raise Exception(f"Error running robusta cli command: {cmd}")

0 commit comments

Comments
 (0)