2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-03 15:55:46 +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

@@ -515,4 +515,4 @@ find_and_setup_test_profiles('../../parser/tst/simple_tests/')
setup_all_loops(__name__)
if __name__ == '__main__':
unittest.main(verbosity=1) # reduced verbosity due to the big number of tests
unittest.main(verbosity=1)