summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGibson Fahnestock <gib@uk.ibm.com>2017-01-16 16:25:00 +0000
committerGibson Fahnestock <gib@uk.ibm.com>2017-01-21 12:00:54 +0000
commit93c482045859531e4983bb5481a151ac56b72161 (patch)
tree189cf0ec8537ecd30f731ad4000e03891168dd68 /CONTRIBUTING.md
parent492163c74cf8ed5bf581231a348d75e61809b9a2 (diff)
downloadandroid-node-v8-93c482045859531e4983bb5481a151ac56b72161.tar.gz
android-node-v8-93c482045859531e4983bb5481a151ac56b72161.tar.bz2
android-node-v8-93c482045859531e4983bb5481a151ac56b72161.zip
Revert "doc: correct vcbuild options for windows testing"
This reverts commit ed9b6c1264a07084e44f1d269bfe82e0f1b37c74. PR-URL: https://github.com/nodejs/node/pull/10839 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Evan Lucas <evanlucas@me.com>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 736a9542c4..c60eeb1c6e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -170,7 +170,7 @@ $ ./configure && make -j4 test
Windows:
```text
- .\vcbuild nosign test
+> vcbuild test
```
(See the [BUILDING.md](./BUILDING.md) for more details.)
@@ -178,11 +178,11 @@ Windows:
Make sure the linter is happy and that all tests pass. Please, do not submit
patches that fail either check.
-Running `make test`/`.\vcbuild nosign test` will run the linter as well unless one or
+Running `make test`/`vcbuild test` will run the linter as well unless one or
more tests fail.
If you want to run the linter without running tests, use
-`make lint`/`.\vcbuild nosign jslint`.
+`make lint`/`vcbuild jslint`.
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: