test-runner: add monitor to path

This commit is contained in:
James Prestwood 2021-02-05 15:53:07 -08:00 committed by Denis Kenzior
parent ed80dc68aa
commit f21e79c81c
1 changed files with 1 additions and 0 deletions

View File

@ -1230,6 +1230,7 @@ def run_tests():
os.environ['PATH'] = '%s/src' % args.testhome
os.environ['PATH'] += ':%s/tools' % args.testhome
os.environ['PATH'] += ':%s/client' % args.testhome
os.environ['PATH'] += ':%s/monitor' % args.testhome
os.environ['PATH'] += ':%s/wired' % args.testhome
os.environ['PATH'] += ':' + args.path