Skip to content

Commit fa086d8

Browse files
author
MarcoFalke
committed
test: Properly skip feature_syscall_sandbox in valgrind
Follow up to commit fa9c26a
1 parent b2a8371 commit fa086d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_syscall_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def set_test_params(self):
1414
def skip_test_if_missing_module(self):
1515
if not self.is_syscall_sandbox_compiled():
1616
raise SkipTest("bitcoind has not been built with syscall sandbox enabled.")
17-
if self.options.nosandbox:
17+
if self.disable_syscall_sandbox:
1818
raise SkipTest("--nosandbox passed to test runner.")
1919

2020
def run_test(self):

0 commit comments

Comments
 (0)