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
Copy file name to clipboardExpand all lines: test/functional/test-shell.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ can be called after the TestShell is shut down.
178
178
|`num_nodes`|`1`| Sets the number of initialized bitcoind processes. |
179
179
|`perf`| False | Profiles running nodes with `perf` for the duration of the test if set to `True`. |
180
180
|`rpc_timeout`|`60`| Sets the RPC server timeout for the underlying bitcoind processes. |
181
-
|`setup_clean_chain`|`False`|Initializes an empty blockchain by default. A 199-block-long chain is initialized if set to `True`. |
181
+
|`setup_clean_chain`|`False`|A 200-block-long chain is initialized from cache by default. Instead, `setup_clean_chain` initializes an empty blockchain if set to `True`. |
182
182
|`randomseed`| Random Integer |`TestShell.options.randomseed` is a member of `TestShell` which can be accessed during a test to seed a random generator. User can override default with a constant value for reproducible test runs. |
183
183
|`supports_cli`|`False`| Whether the bitcoin-cli utility is compiled and available for the test. |
184
184
|`tmpdir`|`"/var/folders/.../"`| Sets directory for test logs. Will be deleted upon a successful test run unless `nocleanup` is set to `True`|
0 commit comments