Skip to content

Commit

Permalink
tests: newline before rpk output for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijat committed Aug 12, 2022
1 parent 90f0e12 commit d94b00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rptest/clients/rpk.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ def _execute(self, cmd, stdin=None, timeout=None):
p.kill()
raise RpkException(f"command {' '.join(cmd)} timed out")

self._redpanda.logger.debug(output)
self._redpanda.logger.debug(f'\n{output}')

if p.returncode:
self._redpanda.logger.error(error)
Expand Down

0 comments on commit d94b00a

Please sign in to comment.