Skip to content

Commit b7595ad

Browse files
author
Stepan Neretin
committed
add ability assert logs
1 parent 57c98b1 commit b7595ad

File tree

1 file changed

+1
-0
lines changed
  • testgres/plugins/pg_probackup2/pg_probackup2

1 file changed

+1
-0
lines changed

testgres/plugins/pg_probackup2/pg_probackup2/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def run(self, command, gdb=False, old_binary=False, return_id=True, env=None,
124124
def stream_output(stream: subprocess.PIPE) -> None:
125125
for line in iter(stream.readline, ''):
126126
print(line)
127+
self.test_class.output += line
127128
stream.close()
128129

129130
self.process = subprocess.Popen(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy