Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1
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)