We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a8371 commit fa086d8Copy full SHA for fa086d8
test/functional/feature_syscall_sandbox.py
@@ -14,7 +14,7 @@ def set_test_params(self):
14
def skip_test_if_missing_module(self):
15
if not self.is_syscall_sandbox_compiled():
16
raise SkipTest("bitcoind has not been built with syscall sandbox enabled.")
17
- if self.options.nosandbox:
+ if self.disable_syscall_sandbox:
18
raise SkipTest("--nosandbox passed to test runner.")
19
20
def run_test(self):
0 commit comments