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

Unified Diff: build/android/PRESUBMIT.py

Issue 1509493003: [Android] Fix environment variable handling in devil_env. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows-friendly environment initialization Created 5 years 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/adb_command_line.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 38b2f01766088b7f1d948addc3f6045dffb804a8..ad8ca1f8e5a62c4b8b0878d9c73989fa3c2a8762 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -70,6 +70,7 @@ def CommonChecks(input_api, output_api):
input_api,
output_api,
unit_tests=[
+ J('devil', 'devil_env_test.py'),
J('devil', 'android', 'battery_utils_test.py'),
J('devil', 'android', 'device_utils_test.py'),
J('devil', 'android', 'fastboot_utils_test.py'),
« no previous file with comments | « no previous file | build/android/adb_command_line.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698