Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use process.execPath is the test runner #751

Merged
merged 1 commit into from
Mar 3, 2021

Conversation

bendemboski
Copy link
Member

Use process.execPath instead of 'node' so we use the same Node executable that is running ember-cli, rather than rely on the user's PATH to point to the right (or any) version of Node.

Thanks @rwjblue for pointing this out

Fixes #750

Use process.execPath instead of 'node' so we use the same Node executable that is running ember-cli, rather than rely on the user's PATH to point to the right (or any) version of Node.

Thanks @rwjblue for pointing this out

Fixes #750
@bendemboski bendemboski added the bug label Mar 3, 2021
@RobbieTheWagner RobbieTheWagner merged commit 65b43e4 into master Mar 3, 2021
@RobbieTheWagner RobbieTheWagner deleted the test-launcher-path branch March 3, 2021 21:49
@bendemboski
Copy link
Member Author

Thanks @rwjblue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should use full path to node for launcher
2 participants