summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-14 02:11:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-14 02:11:27 +0000
commit7f2e2148543153596d51761459925fa535d95f20 (patch)
tree2b822b69fecb539edcaa6daa5c60e00f800f97e1
parent10a493bd70605a65425eba94b836464016db2578 (diff)
parentaf4702853b9de00422e63bc2246fcd93f784c01f (diff)
downloadvndk-7f2e2148543153596d51761459925fa535d95f20.tar.gz
Snap for 8078460 from af4702853b9de00422e63bc2246fcd93f784c01f to tm-release
Change-Id: I43c68b6013878ddc56dd131e064f6000a0067feb
-rw-r--r--abi/vts_vndk_abi_test.py2
-rw-r--r--dependency/vts_vndk_dependency_test.py2
-rw-r--r--files/vts_vndk_files_test.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/abi/vts_vndk_abi_test.py b/abi/vts_vndk_abi_test.py
index a14c9bb..140c1c4 100644
--- a/abi/vts_vndk_abi_test.py
+++ b/abi/vts_vndk_abi_test.py
@@ -361,7 +361,7 @@ class VtsVndkAbiTest(unittest.TestCase):
if __name__ == "__main__":
# The logs are written to stdout so that TradeFed test runner can parse the
# results from stderr.
- logging.basicConfig(stream=sys.stdout)
+ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
# Setting verbosity is required to generate output that the TradeFed test
# runner can parse.
unittest.main(verbosity=3)
diff --git a/dependency/vts_vndk_dependency_test.py b/dependency/vts_vndk_dependency_test.py
index 9edb7d1..312c3b5 100644
--- a/dependency/vts_vndk_dependency_test.py
+++ b/dependency/vts_vndk_dependency_test.py
@@ -484,7 +484,7 @@ class VtsVndkDependencyTest(unittest.TestCase):
if __name__ == "__main__":
# The logs are written to stdout so that TradeFed test runner can parse the
# results from stderr.
- logging.basicConfig(stream=sys.stdout)
+ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
# Setting verbosity is required to generate output that the TradeFed test
# runner can parse.
unittest.main(verbosity=3)
diff --git a/files/vts_vndk_files_test.py b/files/vts_vndk_files_test.py
index 51da520..017ae9c 100644
--- a/files/vts_vndk_files_test.py
+++ b/files/vts_vndk_files_test.py
@@ -183,7 +183,7 @@ class VtsVndkFilesTest(unittest.TestCase):
if __name__ == "__main__":
# The logs are written to stdout so that TradeFed test runner can parse the
# results from stderr.
- logging.basicConfig(stream=sys.stdout)
+ logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
# Setting verbosity is required to generate output that the TradeFed test
# runner can parse.
unittest.main(verbosity=3)