Tools: stop emitting debug as part of test_build_options.py

This commit is contained in:
Peter Barker 2024-04-16 18:20:01 +10:00 committed by Peter Barker
parent d0a7e70d0f
commit fe9fcf445e

View File

@ -147,7 +147,7 @@ class TestBuildOptions(object):
if f.define not in ret: if f.define not in ret:
continue continue
print("%s requires %s" % (option.define, f.define), file=sys.stderr) # print("%s requires %s" % (option.define, f.define), file=sys.stderr)
added_one = True added_one = True
ret[option.define] = 0 ret[option.define] = 0
break break