commit | 8ebeef3b206cbd5156a28ca6acf404a8a53e34e7 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Mon Sep 27 21:42:53 2021 +0800 |
committer | yangbill <yangbill@google.com> | Mon Sep 27 21:42:53 2021 +0800 |
tree | f083d44fb09a9c1b265bfa477369c4dbbf65c760 | |
parent | 662af62f16f378d0ffdc5546de2cabfbc7c0e147 [diff] [blame] |
Set verbosity for api_versions_trimmer_unittests Tradefed will need the python unit test verbosity to be set as 2 to make the test cases information could be parsing correctly. Bug: 201273904 Test: atest api_versions_trimmer_unittests Change-Id: I414eb9ec18dbe45e9d2360a5c1baa0bc0b315170
diff --git a/api/api_versions_trimmer_unittests.py b/api/api_versions_trimmer_unittests.py index 4eb929e..d2e5b7d 100644 --- a/api/api_versions_trimmer_unittests.py +++ b/api/api_versions_trimmer_unittests.py
@@ -304,4 +304,4 @@ if __name__ == "__main__": - unittest.main() + unittest.main(verbosity=2)