aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_abortnode.py
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-04 14:07:55 +0200
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-07-10 13:45:50 +0200
commitfaf902858d38150caa8991b0ab9d7cfee2905684 (patch)
tree0fc15537cbe3d5f713a5a2fdc6200cb5b9dba837 /test/functional/feature_abortnode.py
parent79e8247ddb166f9b980f40249b7372a502402a4d (diff)
downloadbitcoin-faf902858d38150caa8991b0ab9d7cfee2905684.tar.xz
test: Check expected_stderr after stop
Diffstat (limited to 'test/functional/feature_abortnode.py')
-rwxr-xr-xtest/functional/feature_abortnode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_abortnode.py b/test/functional/feature_abortnode.py
index afee9597ad..76b50a5bfc 100755
--- a/test/functional/feature_abortnode.py
+++ b/test/functional/feature_abortnode.py
@@ -36,7 +36,7 @@ class AbortNodeTest(BitcoinTestFramework):
# Check that node0 aborted
self.log.info("Waiting for crash")
- self.nodes[0].wait_until_stopped(timeout=5, expect_error=True)
+ self.nodes[0].wait_until_stopped(timeout=5, expect_error=True, expected_stderr="Error: A fatal internal error occurred, see debug.log for details")
self.log.info("Node crashed - now verifying restart fails")
self.nodes[0].assert_start_raises_init_error()