1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

script/autobuild: Use --verbose to control python logger verbosity

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2023-03-23 14:39:55 +13:00
parent fdb7ec6443
commit 0b29e12dc7

View File

@ -109,6 +109,9 @@ if options.retry:
if options.rebase is None:
raise Exception('You can only use --retry if you also rebase')
if options.verbose:
logger.setLevel(logging.DEBUG)
if options.full_testbase is not None:
testbase = options.full_testbase
else: