The Wayback Machine - https://web.archive.org/web/20220505100952/https://github.com/microsoft/TypeScript/pull/48797
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

Run mocha using process.execPath instead of harcoding "node" #48797

Merged
merged 1 commit into from May 4, 2022

Conversation

Copy link
Contributor

@Andarist Andarist commented Apr 21, 2022

This is just a small tooling PR that makes it easier to execute tasks using gulp with alternative execPath. Specifically, it makes it easier to record runs with https://www.replay.io/

Note that you are already using the same thing here:

exec(process.execPath,

@typescript-bot typescript-bot added the For Uncommitted Bug label Apr 21, 2022
@typescript-bot
Copy link

@typescript-bot typescript-bot commented Apr 21, 2022

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@sandersn sandersn added this to Not started in PR Backlog May 4, 2022
@sandersn sandersn added the Housekeeping label May 4, 2022
@sandersn sandersn moved this from Not started to Waiting on reviewers in PR Backlog May 4, 2022
PR Backlog automation moved this from Waiting on reviewers to Needs merge May 4, 2022
@sandersn sandersn merged commit d337cbc into microsoft:main May 4, 2022
10 checks passed
PR Backlog automation moved this from Needs merge to Done May 4, 2022
@Andarist Andarist deleted the run-mocha-exec-path branch May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug Housekeeping
Projects
PR Backlog
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants