diff options
author | John Newbery <john@johnnewbery.com> | 2017-09-01 14:24:30 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-09-01 14:24:30 -0400 |
commit | 3918d93f3cd2305dc12cb964aebba0fc1f8720b4 (patch) | |
tree | 8620fc258e14e88db9b3573fd06808d76d931fe4 /test/functional/example_test.py | |
parent | 28f788e47e58f2b462351d6989348a4e1a241b2b (diff) |
[tests] fixups from set_test_params()
Diffstat (limited to 'test/functional/example_test.py')
-rwxr-xr-x | test/functional/example_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/example_test.py b/test/functional/example_test.py index 43f3415c8c..87d73ad14a 100755 --- a/test/functional/example_test.py +++ b/test/functional/example_test.py @@ -85,7 +85,7 @@ class ExampleTest(BitcoinTestFramework): # Use self.extra_args to change command-line arguments for the nodes self.extra_args = [[], ["-logips"], []] - # self.log.info("I've finished __init__") # Oops! Can't run self.log before run_test() + # self.log.info("I've finished set_test_params") # Oops! Can't run self.log before run_test() # Use add_options() to add specific command-line options for your test. # In practice this is not used very much, since the tests are mostly written |