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:
121
121
To run the tests:
122
122
123
123
``` console
124
- > .\v cbuild test
124
+ > .\v cbuild nosign test
125
125
```
126
126
127
127
To test if Node.js was built correctly:
@@ -179,7 +179,7 @@ $ ./configure --with-intl=full-icu --download=all
179
179
##### Windows:
180
180
181
181
``` console
182
- > .\v cbuild full-icu download-all
182
+ > .\v cbuild nosign full-icu download-all
183
183
```
184
184
185
185
#### Building without Intl support
@@ -196,7 +196,7 @@ $ ./configure --without-intl
196
196
##### Windows:
197
197
198
198
``` console
199
- > .\v cbuild without-intl
199
+ > .\v cbuild nosign without-intl
200
200
```
201
201
202
202
#### Use existing installed ICU (Unix / OS X only):
@@ -239,7 +239,7 @@ First unpack latest ICU to `deps/icu`
239
239
as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
240
240
241
241
``` console
242
- > .\v cbuild full-icu
242
+ > .\v cbuild nosign full-icu
243
243
```
244
244
245
245
## 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
167
167
Windows:
168
168
169
169
``` text
170
- > vcbuild test
170
+ .\ vcbuild nosign test
171
171
```
172
172
173
173
(See the [ BUILDING.md] ( ./BUILDING.md ) for more details.)
174
174
175
175
Make sure the linter is happy and that all tests pass. Please, do not submit
176
176
patches that fail either check.
177
177
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
179
179
more tests fail.
180
180
181
181
If you want to run the linter without running tests, use
182
- ` make lint ` /` vcbuild jslint ` .
182
+ ` make lint ` /` .\ vcbuild nosign jslint` .
183
183
184
184
If you are updating tests and just want to run a single test to check it, you
185
185
can use this syntax to run it exactly as the test harness would:
You can’t perform that action at this time.
0 commit comments