Skip to content

Commit edd5b83

Browse files
authored
Update tests/system_test.py
1 parent 7b4fe69 commit edd5b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def __init__(self, name=None, config=Config(), pyinclude=None, wait=True,
513513
elif env_home:
514514
args += ['-I', os.path.join(env_home, 'python')]
515515

516+
args = os.environ.get('QPID_DISPATCH_RUNNER', '').split() + args
516517
super(Qdrouterd, self).__init__(args, name=name, expect=expect)
517518
self._management = None
518519
self._wait_ready = False

0 commit comments

Comments
 (0)