Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -15687,7 +15687,7 @@ def test_parsetools_make_removed_fs_assert(self):
@crossplatform
@requires_git_checkout
def test_install(self):
self.run_process([PYTHON, path_from_root('tools/install.py'), 'newdir'])
self.run_process([PYTHON, path_from_root('tools/install.py'), 'newdir'], env=shared.env_with_node_in_path())
self.assertExists('newdir/emcc')
# Some files, such as as maintenance tools should not be part of the
# install.
Expand Down