★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/18061Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: prefer make test-only when verifying the build #18061

Closed
wants to merge 1 commit into from

Conversation

joyeecheung
Copy link
Member

@joyeecheung joyeecheung commented Jan 9, 2018

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

To verify the build:

```console
$ make test-only
Copy link
Member Author

@joyeecheung joyeecheung Jan 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering if there is anyone out there using the existing make check (alias to make test) because to me make check sounds better than make test-only for that purpose.

jasnell
jasnell approved these changes Jan 9, 2018
@joyeecheung
Copy link
Member Author

@joyeecheung joyeecheung commented Jan 9, 2018

lpinca
lpinca approved these changes Jan 10, 2018
BUILDING.md Outdated
$ make test-only
```

At this point you are ready to make code changes and re-run the tests.
Copy link
Member

@Trott Trott Jan 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: comma after point

BUILDING.md Outdated

```console
$ make test
```

At this point you are ready to make code changes and re-run the tests!
Which also runs linters and the tests on the documentation.
Copy link
Member

@Trott Trott Jan 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Instead of Which also runs linters... maybe `make test` will run linters...

Copy link
Member Author

@joyeecheung joyeecheung Jan 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have changed this to

`make test` does a full check on the codebase, including running linters and
documentation tests.

so it's clearer about what it does.

danbev
danbev approved these changes Jan 11, 2018
@joyeecheung
Copy link
Member Author

@joyeecheung joyeecheung commented Jan 12, 2018

Landed in e8c491a, thanks!

joyeecheung added a commit that referenced this issue Jan 12, 2018
PR-URL: #18061
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
evanlucas added a commit that referenced this issue Jan 30, 2018
PR-URL: #18061
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
MylesBorins added a commit that referenced this issue Feb 27, 2018
PR-URL: #18061
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Khaidi Chu <i@2333.moe>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

10 participants