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:
parent
fdb7ec6443
commit
0b29e12dc7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user