File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -605,10 +605,14 @@ the build before moving forward. Use the following list as a baseline:
605
605
* Run the test suite against the built binaries (optional)
606
606
607
607
``` console
608
- ./tools/test.py --shell ~/Downloads/node-v18.5.0-linux-x64/bin/node
608
+ # some tests are relying on the filesystem and the binary name
609
+ cp ~/Downloads/node-v18.5.0-linux-x64/bin/node ./out/Release/node
610
+ ./tools/test.py --shell ./out/Release/node-tmp
609
611
```
610
612
611
- <sup >There may be test issues if the branch used to test does not match the Node.js binary.</sup >
613
+ <sup >There may be test issues if the branch used to test does not match the
614
+ Node.js binary. This usually happen on ` test-addon-* ` and
615
+ ` test-process-config ` tests</sup >
612
616
613
617
### 11. Tag and sign the release commit
614
618
You can’t perform that action at this time.
0 commit comments