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

Unified Diff: build/android/run_tests.py

Issue 10704187: Android: fix running executable unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index b98b41d0dc0b1ffade5f3afb4b1241541d6fce9c..f749aaec8d92b035250e297da1ff3f83eec9c071 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -91,7 +91,7 @@ def FullyQualifiedTestSuites(exe, test_suites):
test_suite_dir = os.path.abspath(os.path.join(constants.CHROME_DIR,
'out', 'Release'))
if exe:
- suites = [os.path.join(test_suite_dir, t) for t in _TEST_SUITES]
+ suites = [os.path.join(test_suite_dir, t) for t in test_suites]
else:
# out/Release/$SUITE_apk/$SUITE-debug.apk
suites = [os.path.join(test_suite_dir,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698