Skip to content

Commit

Permalink
Update tests/system_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek authored May 6, 2021
1 parent 7b4fe69 commit edd5b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ 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)
self._management = None
self._wait_ready = False
Expand Down

0 comments on commit edd5b83

Please sign in to comment.