You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few miscellaneous improvements to rpc-tests.py command line arguments:
- make all arguments start with double dash for consistency
- improve help text and output
- add nozmq argument to explicitly exclude the ZMQ tests
- change 'parallel' to 'jobs'
Copy file name to clipboardExpand all lines: qa/pull-tester/rpc-tests.py
+23-25Lines changed: 23 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,11 @@
2
2
# Copyright (c) 2014-2016 The Bitcoin Core developers
3
3
# Distributed under the MIT software license, see the accompanying
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
-
6
5
"""
7
-
Run Regression Test Suite
6
+
rpc-tests.py - run regression test suite
8
7
9
8
This module calls down into individual test cases via subprocess. It will
10
-
forward all unrecognized arguments onto the individual test scripts, other
11
-
than:
12
-
13
-
- `-extended`: run the "extended" test suite in addition to the basic one.
14
-
- `-win`: signal that this is running in a Windows environment, and we
15
-
should run the tests.
16
-
- `--coverage`: this generates a basic coverage report for the RPC
17
-
interface.
9
+
forward all unrecognized arguments onto the individual test scripts.
18
10
19
11
For a description of arguments recognized by test scripts, see
0 commit comments