diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2017-07-31 22:13:27 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2017-10-10 23:46:04 +0100 |
commit | df18d29a02ae2804ae8490ea816fe0e88a971e8e (patch) | |
tree | a0132a35c16e65a03d99d2d71b4ae182ceb5c624 /test/functional/test_runner.py | |
parent | 9c72a464f87ad80d16ea6720dfc6a53578b94c92 (diff) |
[tests] Add -blocknotify functional test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 5c8740d7cd..43c3d0aa85 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -148,7 +148,7 @@ EXTENDED_SCRIPTS = [ 'example_test.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', - 'forknotify.py', + 'notifications.py', 'invalidateblock.py', 'p2p-acceptblock.py', 'replace-by-fee.py', |