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

Unified Diff: build/android/pylib/linker/test_case.py

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « build/android/pylib/instrumentation/test_runner_test.py ('k') | build/android/pylib/local/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/linker/test_case.py
diff --git a/build/android/pylib/linker/test_case.py b/build/android/pylib/linker/test_case.py
index 446bc849153f3877d6fd6f6dbd94552bfbe5d2b8..f64a58ba0b1ef081fed3398da8f6751ad4fdd01d 100644
--- a/build/android/pylib/linker/test_case.py
+++ b/build/android/pylib/linker/test_case.py
@@ -340,7 +340,7 @@ class LinkerTestCaseBase(object):
base_test_result.BaseTestResult(
self.tagged_name,
status,
- logs))
+ log=logs))
return results
« no previous file with comments | « build/android/pylib/instrumentation/test_runner_test.py ('k') | build/android/pylib/local/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698