File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ linux-coverage-build
102
102
linux-build
103
103
win32-build
104
104
qa /pull-tester /tests_config.py
105
+ qa /pull-tester /tests_config.ini
105
106
qa /cache /*
106
107
107
108
! src /leveldb * /Makefile
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ Run the regression test suite with
39
39
40
40
Run all possible tests with
41
41
42
- qa/pull-tester/rpc-tests.py -extended
42
+ qa/pull-tester/rpc-tests.py -- extended
43
43
44
44
By default, tests will be run in parallel. To specify how many jobs to run,
45
- append ` -parallel =n ` (default n=4).
45
+ append ` --jobs =n ` (default n=4).
46
46
47
- If you want to create a basic coverage report for the rpc test suite, append ` --coverage ` .
47
+ If you want to create a basic coverage report for the RPC test suite, append ` --coverage ` .
48
48
49
49
Possible options, which apply to each individual test run:
50
50
@@ -83,5 +83,5 @@ killall bitcoind
83
83
Writing tests
84
84
=============
85
85
You are encouraged to write tests for new or existing features.
86
- Further information about the test framework and individual rpc
86
+ Further information about the test framework and individual RPC
87
87
tests is found in [ qa/rpc-tests] ( /qa/rpc-tests ) .
You can’t perform that action at this time.
0 commit comments