File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Prerequisites:
121121To run the tests:
122122
123123``` console
124- > .\v cbuild test
124+ > .\v cbuild nosign test
125125```
126126
127127To test if Node.js was built correctly:
@@ -179,7 +179,7 @@ $ ./configure --with-intl=full-icu --download=all
179179##### Windows:
180180
181181``` console
182- > .\v cbuild full-icu download-all
182+ > .\v cbuild nosign full-icu download-all
183183```
184184
185185#### Building without Intl support
@@ -196,7 +196,7 @@ $ ./configure --without-intl
196196##### Windows:
197197
198198``` console
199- > .\v cbuild without-intl
199+ > .\v cbuild nosign without-intl
200200```
201201
202202#### Use existing installed ICU (Unix / OS X only):
@@ -239,7 +239,7 @@ First unpack latest ICU to `deps/icu`
239239as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
240240
241241``` console
242- > .\v cbuild full-icu
242+ > .\v cbuild nosign full-icu
243243```
244244
245245## Building Node.js with FIPS-compliant OpenSSL
Original file line number Diff line number Diff line change @@ -167,19 +167,19 @@ $ ./configure && make -j4 test
167167Windows:
168168
169169``` text
170- > vcbuild test
170+ .\ vcbuild nosign test
171171```
172172
173173(See the [ BUILDING.md] ( ./BUILDING.md ) for more details.)
174174
175175Make sure the linter is happy and that all tests pass. Please, do not submit
176176patches that fail either check.
177177
178- Running ` make test ` /` vcbuild test ` will run the linter as well unless one or
178+ Running ` make test ` /` .\ vcbuild nosign test` will run the linter as well unless one or
179179more tests fail.
180180
181181If you want to run the linter without running tests, use
182- ` make lint ` /` vcbuild jslint ` .
182+ ` make lint ` /` .\ vcbuild nosign jslint` .
183183
184184If you are updating tests and just want to run a single test to check it, you
185185can use this syntax to run it exactly as the test harness would:
You can’t perform that action at this time.
0 commit comments