Skip to content

doc, test: question about test.py -v key in CONTRIBUTING.md #12771

Closed
@vsemozhetbyt

Description

@vsemozhetbyt
  • 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]: Done

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.testIssues and PRs related to the tests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions