Skip to content

Commit c01a6c4

Browse files
author
MarcoFalke
committed
Merge #8625: [doc] - clarify statement about parallel jobs in rpc-tests.py
1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
2 parents 89de153 + 1467561 commit c01a6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Run all possible tests with
4141

4242
qa/pull-tester/rpc-tests.py -extended
4343

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

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

0 commit comments

Comments
 (0)