autotest: test_build_options.py: correct invocation of test_enable_features

This commit is contained in:
Peter Barker 2022-12-29 14:20:37 +11:00 committed by Peter Barker
parent cc05de8e57
commit 6651818215

View File

@ -252,7 +252,7 @@ class TestBuildOptions(object):
for feature in options:
self.progress("Enabling feature %s(%s) (%u/%u)" %
(feature.label, feature.define, count, len(options)))
self.test_enable_feature(feature.label, options)
self.test_enable_feature(feature, options)
count += 1
def get_option_by_label(self, label, options):