diff options
author | 2019-05-16 13:16:29 -0700 | |
---|---|---|
committer | 2019-05-24 13:43:19 -0700 | |
commit | 4af387c20e4d72bf2997a405e344f818f2891da2 (patch) | |
tree | 194ca147437c164574915eca4cee4cb61e54972a /scripts/manifest_fixer_test.py | |
parent | f0cbace3b2a3e4eafbbbad946b3345e5fc34f20c (diff) |
Move manifest_fixer to a python_binary_host module
In preparation for making it use multiple files so that some
implementation can be shared with a new tool.
Also make manifest_fixer_test a python_test_host, and add it
to TEST_MAPPING.
Test: m checkbuild
Change-Id: Iaae177efcb978187b126d90359b82cdfd3176857
Diffstat (limited to 'scripts/manifest_fixer_test.py')
-rwxr-xr-x | scripts/manifest_fixer_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manifest_fixer_test.py b/scripts/manifest_fixer_test.py index 7ec899994..7fbbc17ba 100755 --- a/scripts/manifest_fixer_test.py +++ b/scripts/manifest_fixer_test.py @@ -425,4 +425,4 @@ class AddExtractNativeLibsTest(unittest.TestCase): if __name__ == '__main__': - unittest.main() + unittest.main(verbosity=2) |