Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3706)

Unified Diff: build/android/PRESUBMIT.py

Issue 441783002: [Android] Update gtest test list parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit errors. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/pylib/gtest/test_package.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index 4e77b5b037335daf5505bb5cdc144e74773655c9..f8decfaf14e363688c851ee5586aa3aecfc8e23e 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -60,7 +60,9 @@ def CommonChecks(input_api, output_api):
input_api,
output_api,
unit_tests=[
- J('pylib', 'device', 'device_utils_test.py'),],
+ J('pylib', 'device', 'device_utils_test.py'),
+ J('pylib', 'gtest', 'test_package_test.py'),
+ ],
env=pylib_test_env))
output.extend(_CheckDeletionsOnlyFiles(input_api, output_api))
return output
« no previous file with comments | « no previous file | build/android/pylib/gtest/test_package.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698