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:
[email protected]



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

Reply via email to