mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 00:20:37 +00:00
fix
This commit is contained in:
@@ -63,7 +63,7 @@ def test_cloud_regress(remote_pg: RemotePostgres):
|
||||
except subprocess.CalledProcessError as e:
|
||||
log.error('Error(s) occurred while running the regression tests')
|
||||
with open(f'{runpath}/regression.out', 'r') as f:
|
||||
print(f.read)
|
||||
print(f.read())
|
||||
with open(f'{runpath}/regression.diffs', 'r') as f:
|
||||
print(f.read)
|
||||
print(f.read())
|
||||
raise e
|
||||
|
||||
Reference in New Issue
Block a user