Skip to content

test_runner: add cwd option to run

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).

Merge request reports

Loading