We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f36242 commit b9b88f5Copy full SHA for b9b88f5
test/functional/test_framework/test_framework.py
@@ -789,6 +789,8 @@ def skip_if_no_wallet(self):
789
raise SkipTest("wallet has not been compiled.")
790
if self.options.descriptors:
791
self.skip_if_no_sqlite()
792
+ else:
793
+ self.skip_if_no_bdb()
794
795
def skip_if_no_sqlite(self):
796
"""Skip the running test if sqlite has not been compiled."""
0 commit comments