You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/05/06 18:40:27 UTC

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #1052: DISPATCH-848, DISPATCH-1962 Fix leak of IoAdapter_init

jiridanek commented on a change in pull request #1052:
URL: https://github.com/apache/qpid-dispatch/pull/1052#discussion_r627675619



##########
File path: tests/system_test.py
##########
@@ -506,7 +513,6 @@ def __init__(self, name=None, config=Config(), pyinclude=None, wait=True,
         elif env_home:
             args += ['-I', os.path.join(env_home, 'python')]
 
-        args = os.environ.get('QPID_DISPATCH_RUNNER', '').split() + args
         super(Qdrouterd, self).__init__(args, name=name, expect=expect)

Review comment:
       ```suggestion
           args = os.environ.get('QPID_DISPATCH_RUNNER', '').split() + args
           super(Qdrouterd, self).__init__(args, name=name, expect=expect)
   ```




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org