2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 14:25:52 +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:
Christian Boltz
2018-04-08 20:18:30 +02:00
parent 80d900d18c
commit 45922c6d21
27 changed files with 27 additions and 27 deletions

View File

@@ -490,4 +490,4 @@ class RlimitTime_to_intTest(AATest):
setup_all_loops(__name__)
if __name__ == '__main__':
unittest.main(verbosity=2)
unittest.main(verbosity=1)