Skip to content

Commit a1e0c56

Browse files
committed
QA: Use resgtest2 chain instead of regtest for rpc tests
1 parent 4454c52 commit a1e0c56

File tree

4 files changed

+139
-139
lines changed

4 files changed

+139
-139
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For instance, to attach to `self.node[1]` during a run:
169169
use the directory path to get the pid from the pid file:
170170

171171
```bash
172-
cat /tmp/user/1000/testo9vsdjo3/node1/regtest/bitcoind.pid
172+
cat /tmp/user/1000/testo9vsdjo3/node1/regtest2/bitcoind.pid
173173
gdb /home/example/bitcoind <pid>
174174
```
175175

test/functional/combine_logs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main():
2323
parser = argparse.ArgumentParser(usage='%(prog)s [options] <test temporary directory>', description=__doc__)
2424
parser.add_argument('-c', '--color', dest='color', action='store_true', help='outputs the combined log with events colored by source (requires posix terminal colors. Use less -r for viewing)')
2525
parser.add_argument('--html', dest='html', action='store_true', help='outputs the combined log as html. Requires jinja2. pip install jinja2')
26-
parser.add_argument('--chain', dest='chain', help='selected chain in the tests (default: regtest)', default='regtest')
26+
parser.add_argument('--chain', dest='chain', help='selected chain in the tests (default: regtest2)', default='regtest2')
2727
args, unknown_args = parser.parse_known_args()
2828

2929
if args.color and os.name != 'posix':

0 commit comments

Comments
 (0)