node icon indicating copy to clipboard operation
node copied to clipboard

test_runner: add cwd option to run

Open pmarchini opened this issue 5 months ago • 12 comments

I'm opening this PR as a draft to have a place where we can discuss this implementation.

Some background context:

During #54225, we discussed the possibility of adding a new option to run.
This new option would be cwd.

This change could impact many other parts of the code, such as: https://github.com/nodejs/node/pull/54225#issuecomment-2308943539

I just pushed a new commit.

Nice. I realized that this new cwd option may introduce new bugs in at least three places:

For this reason, we decided to work on this in a separate PR (https://github.com/nodejs/node/pull/54225#issuecomment-2308944216).

pmarchini avatar Sep 01 '24 19:09 pmarchini