kgiusti commented on a change in pull request #1210:
URL: https://github.com/apache/qpid-dispatch/pull/1210#discussion_r630440862



##########
File path: tests/system_tests_protocol_settings.py
##########
@@ -83,8 +84,8 @@ def test_max_sessions(self):
         bc = BlockingConnection(self.router.addresses[0])
         bc.create_receiver("xxx")
         bc.close()
-
-        with open('../setUpClass/MaxSessions.log', 'r') as router_log:
+        logfile = os.path.join(self.router.outdir, self.router.logfile)

Review comment:
       why not just use router.logfile_path like you did in other places?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to