From b854d2733076451419f7c3c4bf767b99a8901240 Mon Sep 17 00:00:00 2001 From: kysnm Date: Thu, 4 May 2017 11:23:18 -0400 Subject: [PATCH] doc: Change options at STEP 5 in CONTRIBUTING.md PR-URL: https://github.com/nodejs/node/pull/12830 Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca Reviewed-By: Refael Ackermann Reviewed-By: Daijiro Wachi Reviewed-By: James M Snell Reviewed-By: Anna Henningsen Reviewed-By: Gibson Fahnestock Reviewed-By: Alexey Orlenko --- CONTRIBUTING.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 120ef75e34c49b..3ce630e1c1eccd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -182,7 +182,14 @@ 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: ```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 run tests directly with node: