File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Prerequisites:
122
122
To run the tests:
123
123
124
124
``` console
125
- > .\v cbuild nosign test
125
+ > .\v cbuild test
126
126
```
127
127
128
128
To test if Node.js was built correctly:
@@ -180,7 +180,7 @@ $ ./configure --with-intl=full-icu --download=all
180
180
##### Windows:
181
181
182
182
``` console
183
- > .\v cbuild nosign full-icu download-all
183
+ > .\v cbuild full-icu download-all
184
184
```
185
185
186
186
#### Building without Intl support
@@ -197,7 +197,7 @@ $ ./configure --without-intl
197
197
##### Windows:
198
198
199
199
``` console
200
- > .\v cbuild nosign without-intl
200
+ > .\v cbuild without-intl
201
201
```
202
202
203
203
#### Use existing installed ICU (Unix / OS X only):
@@ -240,7 +240,7 @@ First unpack latest ICU to `deps/icu`
240
240
as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
241
241
242
242
``` console
243
- > .\v cbuild nosign full-icu
243
+ > .\v cbuild full-icu
244
244
```
245
245
246
246
## Building Node.js with FIPS-compliant OpenSSL
Original file line number Diff line number Diff line change @@ -170,19 +170,19 @@ $ ./configure && make -j4 test
170
170
Windows:
171
171
172
172
``` text
173
- .\ vcbuild nosign test
173
+ > vcbuild test
174
174
```
175
175
176
176
(See the [ BUILDING.md] ( ./BUILDING.md ) for more details.)
177
177
178
178
Make sure the linter is happy and that all tests pass. Please, do not submit
179
179
patches that fail either check.
180
180
181
- Running ` make test ` /` .\ vcbuild nosign test` will run the linter as well unless one or
181
+ Running ` make test ` /` vcbuild test ` will run the linter as well unless one or
182
182
more tests fail.
183
183
184
184
If you want to run the linter without running tests, use
185
- ` make lint ` /` .\ vcbuild nosign jslint` .
185
+ ` make lint ` /` vcbuild jslint ` .
186
186
187
187
If you are updating tests and just want to run a single test to check it, you
188
188
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