diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-02-22 00:05:02 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-02-22 00:05:22 +0100 |
commit | 5628c70f2a44567695e5331fe2293c5b7f35b629 (patch) | |
tree | 7b87deef63e09079f950023901def88e2cdb3253 /qa | |
parent | 61a640ea9741e5e76b945699a8332b0a9923339b (diff) | |
parent | 851f6a39f10379bfdb27e18c87b322b942abe914 (diff) |
Merge #9807: RPC doc fix-ups.
851f6a3 [qa][doc] Correct rpc test options in readme (fanquake)
41e7219 [trivial] Add tests_config.ini to .gitignore (fanquake)
Diffstat (limited to 'qa')
-rw-r--r-- | qa/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qa/README.md b/qa/README.md index 225207cc1c..f4dce7af5c 100644 --- a/qa/README.md +++ b/qa/README.md @@ -39,12 +39,12 @@ Run the regression test suite with 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. To specify how many jobs to run, -append `-parallel=n` (default n=4). +append `--jobs=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`. Possible options, which apply to each individual test run: @@ -83,5 +83,5 @@ killall bitcoind Writing tests ============= You are encouraged to write tests for new or existing features. -Further information about the test framework and individual rpc +Further information about the test framework and individual RPC tests is found in [qa/rpc-tests](/qa/rpc-tests). |