mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-08 12:19:07 +02:00
test: Properly skip feature_syscall_sandbox in valgrind
Follow up to commit fa9c26ab3a09c843cb598d188162403bbf8c9b36
This commit is contained in:
parent
b2a8371913
commit
fa086d891b
@ -14,7 +14,7 @@ class SyscallSandboxTest(BitcoinTestFramework):
|
||||
def skip_test_if_missing_module(self):
|
||||
if not self.is_syscall_sandbox_compiled():
|
||||
raise SkipTest("bitcoind has not been built with syscall sandbox enabled.")
|
||||
if self.options.nosandbox:
|
||||
if self.disable_syscall_sandbox:
|
||||
raise SkipTest("--nosandbox passed to test runner.")
|
||||
|
||||
def run_test(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user