-
- Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
- Version: 8.0.0-rc.0
- Platform: Windows 7 x64
- Subsystem: test
CONTRIBUTING.md states:
If you are updating tests and just want to run a single test to check it, you can use this syntax to run it exactly as the test harness would:
$ python tools/test.py -v --mode=release parallel/test-stream2-transform
Is -v key intended here? I can't find this key in Makefile and vcbuild.bat. It seems it just adds more debug info:
j:\temp\node-master> python tools/test.py --mode=release parallel/test-stream2-transform [00:00|% 100|+ 1|- 0]: Done j:\temp\node-master> python tools/test.py -v --mode=release parallel/test-stream2-transform # j:\temp\node-master\Release\node.exe -p process.arch [00:00|% 0|+ 0|- 0]: release test-stream2-transform # j:\temp\node-master\Release\node.exe j:\temp\node-master\test\parallel\test-stream2-transform.js [00:00|% 100|+ 1|- 0]: Donewatilde
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.testIssues and PRs related to the tests.Issues and PRs related to the tests.