Skip to content

Commit 3654cd4

Browse files
bzozapapirovski
authored andcommitted
doc: add note about autocrlf required for tests
Adds a note to test/README.md that setting autocrlf to true when checking out sources is required for the tests to run successfully. PR-URL: #20752 Ref: #18967 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
1 parent 731c55a commit 3654cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ directory, see [the guide on writing tests](../doc/guides/writing-tests.md).
88
On how to run tests in this directory, see
99
[the contributing guide](../doc/guides/contributing/pull-requests.md#step-6-test).
1010

11+
For the tests to successfully run on Windows, Node.js has to be checked out from
12+
GitHub with the `autocrlf` git config flag set to true.
13+
1114
## Test Directories
1215

1316
|Directory |Runs on CI |Purpose |

0 commit comments

Comments
 (0)