Skip to content
Snippets Groups Projects
Commit 101d7918 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

SW-786: typo

parent ce477d06
No related branches found
No related tags found
2 merge requests!20Lofar release 4 0 back to master,!17Resolve SW-786
......@@ -78,7 +78,7 @@ class RADBCommonTest(unittest.TestCase):
db_log_file_name = os.path.join(self.postgresql.base_dir, '%s.log' % self.postgresql.name)
with open(db_log_file_name, 'r') as db_log_file:
for line in db_log_file.readlines():
print(" postgress log: %s" % line.strip(), file=sys.stderr)
print(" postgres log: %s" % line.strip(), file=sys.stderr)
logger.info('removing test RA database...')
self.connection.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment