diff options
author | isle2983 <isle2983@yahoo.com> | 2016-08-29 21:01:38 -0600 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2016-09-21 02:43:47 +0000 |
commit | 0a35573534ee81d98d7389a1fc8c6f1c5856f07e (patch) | |
tree | ca11d710a6694c04f2327d84aec80e09d17715c6 | |
parent | 752fbae697db0a255999695e83d163f21d2ebc15 (diff) |
[doc] - clarify statement about parallel jobs in rpc-tests.py
Github-Pull: #8625
Rebased-From: 14675610245e951f2b922a0eaad6eb7d011ae87e
-rw-r--r-- | qa/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/README.md b/qa/README.md index 723660c6c8..225207cc1c 100644 --- a/qa/README.md +++ b/qa/README.md @@ -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`. |