Skip to content

Commit ea6a722

Browse files
authored
Fix tools/install.py script to use Emsdk Node.js and NPM (#25575)
Fix tools/install.py script to use Emsdk Node.js and NPM. Fixes other.test_install on macOS if system macOS Node.js version is out of date.
1 parent 30c6c4d commit ea6a722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15687,7 +15687,7 @@ def test_parsetools_make_removed_fs_assert(self):
1568715687
@crossplatform
1568815688
@requires_git_checkout
1568915689
def test_install(self):
15690-
self.run_process([PYTHON, path_from_root('tools/install.py'), 'newdir'])
15690+
self.run_process([PYTHON, path_from_root('tools/install.py'), 'newdir'], env=shared.env_with_node_in_path())
1569115691
self.assertExists('newdir/emcc')
1569215692
# Some files, such as as maintenance tools should not be part of the
1569315693
# install.

0 commit comments

Comments
 (0)