Skip to content

doc: add example of using filter with cctest - #21401

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:cctest-filter-docs
Closed

doc: add example of using filter with cctest#21401
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:cctest-filter-docs

Conversation

@danbev

Copy link
Copy Markdown
Contributor

This commit adds examples of specifying filters when running cctest.
This can be useful when debugging and limiting the test cases run to
the test cases of interest and I think worth documenting.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

This commit adds examples of specifying filters when running cctest.
This can be useful when debugging and limiting the test cases run to
the test cases of interest and I think worth documenting.
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Jun 19, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 20, 2018
danbev added a commit that referenced this pull request Jun 21, 2018
This commit adds examples of specifying filters when running cctest.
This can be useful when debugging and limiting the test cases run to
the test cases of interest and I think worth documenting.
PR-URL: #21401
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in b56f65e.

@BridgeAR Thanks!

@danbevdanbev closed this Jun 21, 2018
@danbev
danbev deleted the cctest-filter-docs branch June 21, 2018 11:36
targos pushed a commit that referenced this pull request Jun 22, 2018
This commit adds examples of specifying filters when running cctest.
This can be useful when debugging and limiting the test cases run to
the test cases of interest and I think worth documenting.
PR-URL: #21401
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
@targostargos mentioned this pull request Jul 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@danbev@nodejs-github-bot@BridgeAR