[doc] - clarify statement about parallel jobs in rpc-tests.py

Github-Pull: #8625
Rebased-From: 14675610245e951f2b922a0eaad6eb7d011ae87e
This commit is contained in:
isle2983 2016-08-29 21:01:38 -06:00 committed by Luke Dashjr
parent 752fbae697
commit 0a35573534

View File

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