From 8ebeef3b206cbd5156a28ca6acf404a8a53e34e7 Mon Sep 17 00:00:00 2001 From: yangbill Date: Mon, 27 Sep 2021 21:42:53 +0800 Subject: 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 --- api/api_versions_trimmer_unittests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') 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) -- cgit v1.2.3-59-g8ed1b