fix use of verbosity flag

Change-Id: I45fabe6c0cd43ed4b4b2dfb1d53bce183dd02a0c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-10-10 08:56:50 -04:00
parent 5e8fd69c3b
commit 3a3c3e5f2a
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ def main():
if untested:
log.debug('')
for linenum in sorted(untested):
if not args.quiet:
if verbosity:
logging.error('Untested rule: {}'.format(ruleset[linenum]))
if args.error_untested:
failures += 1