Skip to content

Commit

Permalink
Merge bitcoin#8625: [doc] - clarify statement about parallel jobs in …
Browse files Browse the repository at this point in the history
…rpc-tests.py

1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
  • Loading branch information
MarcoFalke authored and codablock committed Jan 9, 2018
1 parent a69be66 commit defedaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit defedaa

Please sign in to comment.