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

Unified Diff: build/android/pylib/base/test_instance_factory.py

Issue 788753002: [Android] Implement gtest and local in platform mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: exe and tool support, and bug fixes Created 6 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
Index: build/android/pylib/base/test_instance_factory.py
diff --git a/build/android/pylib/base/test_instance_factory.py b/build/android/pylib/base/test_instance_factory.py
index 5204b2e1d5bd5b37578b0d282aababea22e1d6a9..10c54b267d3b3537941a3d8e8b873900b793107f 100644
--- a/build/android/pylib/base/test_instance_factory.py
+++ b/build/android/pylib/base/test_instance_factory.py
@@ -11,7 +11,7 @@ def CreateTestInstance(args, error_func):
if args.command == 'gtest':
return gtest_test_instance.GtestTestInstance(
- args, isolator.Isolator(constants.ISOLATE_DEPS_DIR))
+ args, isolator.Isolator(constants.ISOLATE_DEPS_DIR), error_func)
# TODO(jbudorick) Add instrumentation test instance.
error_func('Unable to create %s test instance.' % args.command)

Powered by Google App Engine
This is Rietveld 408576698