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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user