mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 14:25:52 +00:00
utils: make all tests consistent in verbosity
This patch adjusts the verbosity of several of the utils tests, to make them all consistently verbose. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Seth Arnold <seth.arnold@canonical.com>
This commit is contained in:
@@ -200,4 +200,4 @@ type=AVC msg=audit(1348982148.195:2933): apparmor="DENIED" operation="file_lock"
|
||||
if __name__ == '__main__':
|
||||
if 'APPARMOR_DECODE' in os.environ:
|
||||
aadecode_bin = os.environ['APPARMOR_DECODE']
|
||||
unittest.main()
|
||||
unittest.main(verbosity=2)
|
||||
|
Reference in New Issue
Block a user