mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
make utils tests less verbose
Given the big number of tests, printing a dot for each test (instead of multiple lines) is enough ;-)
This commit is contained in:
@@ -989,4 +989,4 @@ class CapabilityDeleteTest(AATest):
|
||||
|
||||
setup_all_loops(__name__)
|
||||
if __name__ == '__main__':
|
||||
unittest.main(verbosity=2)
|
||||
unittest.main(verbosity=1)
|
||||
|
Reference in New Issue
Block a user