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
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)')
25
25
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')
self.nodes[0].assert_start_raises_init_error(["-blocksdir="+blocksdir_path], 'Error: Specified blocks directory "{}" does not exist.'.format(blocksdir_path))
0 commit comments