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
This commit is contained in:
yangbill 2021-09-27 21:42:53 +08:00
parent 662af62f16
commit 8ebeef3b20

View File

@ -304,4 +304,4 @@ sultCallback;Landroid/os/Handler;)Z" since="24"/>
if __name__ == "__main__":
unittest.main()
unittest.main(verbosity=2)