Skip to content

Commit a99433c

Browse files
committed
Pass PATH when launching npm selenium-test
Bug: T193131 Change-Id: I46358a4fee2a9480761c3dbd4bc87c69b5bb07d8
1 parent 7ce3a42 commit a99433c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quibble/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def run_webdriver(mwdir, display, port=9412):
136136
'npm', 'run', 'selenium-test'],
137137
cwd=mwdir,
138138
env={
139+
'PATH': os.environ.get('PATH'),
139140
'MW_SERVER': 'http://127.0.0.1:%s' % port,
140141
'MW_SCRIPT_PATH': '/',
141142
'FORCE_COLOR': '1', # for 'supports-color'

0 commit comments

Comments
 (0)