Merge #8625: [doc] - clarify statement about parallel jobs in rpc-tests.py

1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
This commit is contained in:
MarcoFalke 2016-08-30 08:05:40 +02:00
commit c01a6c48b9
No known key found for this signature in database
GPG key ID: 2D7F2372E50FE137

View file

@ -41,8 +41,8 @@ Run all possible tests with
qa/pull-tester/rpc-tests.py -extended qa/pull-tester/rpc-tests.py -extended
By default, tests will be run in parallel if you want to specify how many By default, tests will be run in parallel. To specify how many jobs to run,
tests should be run in parallel, append `-parallel=n` (default n=4). append `-parallel=n` (default n=4).
If you want to create a basic coverage report for the rpc test suite, append `--coverage`. If you want to create a basic coverage report for the rpc test suite, append `--coverage`.