aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-10-11 11:25:41 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-10-11 11:26:10 +0200
commit364da2c52942ebfe92d1d1495a309a8a9dd18ef3 (patch)
treeaa31f58d5667a678020aad4c5d1ed64d2a34a1c3 /test/functional/test_runner.py
parentfef65c4f5e5994722265be327433218bece900c5 (diff)
parent857b32b4b280f13997cf2fa471802ad6a27075fb (diff)
downloadbitcoin-364da2c52942ebfe92d1d1495a309a8a9dd18ef3.tar.xz
Merge #10941: Add blocknotify and walletnotify functional tests
857b32b [tests] Add -walletnotify functional test (João Barbosa) df18d29 [tests] Add -blocknotify functional test (João Barbosa) 9c72a46 [tests] Tidy up forknotify.py (John Newbery) Pull request description: This patch adds the missing functional tests for `-blocknotify` and `-walletnotify` notifications. The `-alertnotify` test file `forknotify.py` is renamed to `notifications.py` to accommodate the new tests. Credits to @jnewbery for this cleanup and unification. Tree-SHA512: ee7b28b9f1bd225587efaefa6427c6d080ccb50ead390b23d94717c137a317183b37be00da0b2bffedd4192a363c971dea510d78d29278eb9fa76374f7855c09
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 434ba23b3b..8c4651f6e0 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -149,7 +149,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',