summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkysnm <tokyoincidents.g@gmail.com>2017-05-04 11:23:18 -0400
committerRefael Ackermann <refack@gmail.com>2017-05-11 20:40:57 -0400
commitd7d16f7b8b4f0203f8e3128c37a1329061456c5d (patch)
tree6e9faaf3e5df08515204a6cad10b55926be5a15a
parenta82e0e6f361ac0923539d2c47586159fff9c6573 (diff)
downloadandroid-node-v8-d7d16f7b8b4f0203f8e3128c37a1329061456c5d.tar.gz
android-node-v8-d7d16f7b8b4f0203f8e3128c37a1329061456c5d.tar.bz2
android-node-v8-d7d16f7b8b4f0203f8e3128c37a1329061456c5d.zip
doc: Change options at STEP 5 in CONTRIBUTING.md
PR-URL: https://github.com/nodejs/node/pull/12830 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
-rw-r--r--CONTRIBUTING.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 525b5a566b..e11be25b02 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -170,7 +170,14 @@ C++ linting.
If you are updating tests and just want to run a single test to check it:
```text
-$ python tools/test.py -v --mode=release parallel/test-stream2-transform
+$ python tools/test.py -J --mode=release parallel/test-stream2-transform
+```
+
+If you want to check the other options, please refer to the help by using
+the `--help` option
+
+```text
+$ python tools/test.py --help
```
You can usually run tests directly with node: