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

Unified Diff: build/android/pylib/gtest/gtest_test_instance.py

Issue 2294843002: [Android] Fix a few more symlink issues in test_runner.py. (Closed)
Patch Set: prereview: remove leftover pdb tracepoint Created 4 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/instrumentation/instrumentation_test_instance.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/gtest/gtest_test_instance.py
diff --git a/build/android/pylib/gtest/gtest_test_instance.py b/build/android/pylib/gtest/gtest_test_instance.py
index 56755baecd2cd27ef2a4220f013ca25b50774326..4e03fb3d0c6662fe5975097053ab47393120370b 100644
--- a/build/android/pylib/gtest/gtest_test_instance.py
+++ b/build/android/pylib/gtest/gtest_test_instance.py
@@ -263,7 +263,8 @@ class GtestTestInstance(test_instance.TestInstance):
self._isolated_abs_path = os.path.join(
constants.GetOutDirectory(), '%s.isolated' % self._suite)
else:
- logging.warning('No isolate file provided. No data deps will be pushed.')
+ logging.warning('%s isolate file provided. No data deps will be pushed.',
+ 'Empty' if args.isolate_file_path else 'No')
self._isolate_delegate = None
if args.app_data_files:
« no previous file with comments | « no previous file | build/android/pylib/instrumentation/instrumentation_test_instance.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698