Skip to content

Commit 851f6a3

Browse files
committed
[qa][doc] Correct rpc test options in readme
1 parent 41e7219 commit 851f6a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qa/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ Run the regression test suite with
3939

4040
Run all possible tests with
4141

42-
qa/pull-tester/rpc-tests.py -extended
42+
qa/pull-tester/rpc-tests.py --extended
4343

4444
By default, tests will be run in parallel. To specify how many jobs to run,
45-
append `-parallel=n` (default n=4).
45+
append `--jobs=n` (default n=4).
4646

47-
If you want to create a basic coverage report for the rpc test suite, append `--coverage`.
47+
If you want to create a basic coverage report for the RPC test suite, append `--coverage`.
4848

4949
Possible options, which apply to each individual test run:
5050

@@ -83,5 +83,5 @@ killall bitcoind
8383
Writing tests
8484
=============
8585
You are encouraged to write tests for new or existing features.
86-
Further information about the test framework and individual rpc
86+
Further information about the test framework and individual RPC
8787
tests is found in [qa/rpc-tests](/qa/rpc-tests).

0 commit comments

Comments
 (0)