summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author yangbill <yangbill@google.com> 2021-09-27 21:42:53 +0800
committer yangbill <yangbill@google.com> 2021-09-27 21:42:53 +0800
commit8ebeef3b206cbd5156a28ca6acf404a8a53e34e7 (patch)
treef083d44fb09a9c1b265bfa477369c4dbbf65c760
parent662af62f16f378d0ffdc5546de2cabfbc7c0e147 (diff)
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
-rw-r--r--api/api_versions_trimmer_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/api_versions_trimmer_unittests.py b/api/api_versions_trimmer_unittests.py
index 4eb929ea1b5d..d2e5b7d1a07e 100644
--- a/api/api_versions_trimmer_unittests.py
+++ b/api/api_versions_trimmer_unittests.py
@@ -304,4 +304,4 @@ sultCallback;Landroid/os/Handler;)Z" since="24"/>
if __name__ == "__main__":
- unittest.main()
+ unittest.main(verbosity=2)