mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
test: Properly skip feature_syscall_sandbox in valgrind
Follow up to commit fa9c26ab3a
This commit is contained in:
parent
b2a8371913
commit
fa086d891b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue