aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2017-07-31 22:13:27 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2017-10-10 23:46:04 +0100
commitdf18d29a02ae2804ae8490ea816fe0e88a971e8e (patch)
treea0132a35c16e65a03d99d2d71b4ae182ceb5c624 /test/functional/test_runner.py
parent9c72a464f87ad80d16ea6720dfc6a53578b94c92 (diff)
downloadbitcoin-df18d29a02ae2804ae8490ea816fe0e88a971e8e.tar.xz
[tests] Add -blocknotify functional test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
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',