From 5b3abd80b10a485b71726d70204e7963b74ec77d Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 15 Jan 2019 14:37:27 +1030 Subject: [PATCH] pytest: don't skip valgrinding plugins. Signed-off-by: Rusty Russell --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index f5f8426b4..d52af5ef2 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -781,7 +781,7 @@ class NodeFactory(object): 'valgrind', '-q', '--trace-children=yes', - '--trace-children-skip=*plugins*,*python*,*bitcoin-cli*', + '--trace-children-skip=*python*,*bitcoin-cli*', '--error-exitcode=7', '--log-file={}/valgrind-errors.%p'.format(node.daemon.lightning_dir) ]