Batch mode no longer automatically enables verbose mode.

This commit is contained in:
Joe Testa
2024-12-05 10:06:58 -05:00
parent d9c703c777
commit e318787a5c
3 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ class TestAuditConf:
conf = c('-64 localhost')
self._test_conf(conf, host='localhost', ipv4=True, ipv6=True, ipvo=(6, 4))
conf = c('-b localhost')
self._test_conf(conf, host='localhost', batch=True, verbose=True)
self._test_conf(conf, host='localhost', batch=True)
conf = c('-n localhost')
self._test_conf(conf, host='localhost', colors=False)
conf = c('-v localhost')