2
0
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:
Steve Beattie
2014-07-25 17:49:06 -07:00
parent dd3b6a8d4a
commit ab2ac92ecf
7 changed files with 7 additions and 7 deletions

View File

@@ -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)