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

Unified Diff: au_test_harness/real_au_worker.py

Issue 6857004: Clean up extreme verbosity of logs in test harness. (Closed) Base URL: http://git.chromium.org/git/crostestutils.git@master
Patch Set: Last patch Created 9 years, 8 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 | « au_test_harness/parallel_test_job.py ('k') | au_test_harness/update_exception.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: au_test_harness/real_au_worker.py
diff --git a/au_test_harness/real_au_worker.py b/au_test_harness/real_au_worker.py
index ffd9963977e7d6210e47106e473dd6280f0a7b74..21666c062ea80a102db9baae5c7d03c1e0e41811 100644
--- a/au_test_harness/real_au_worker.py
+++ b/au_test_harness/real_au_worker.py
@@ -15,7 +15,7 @@ class RealAUWorker(au_worker.AUWorker):
def __init__(self, options, test_results_root):
"""Processes non-vm-specific options."""
- au_worker.AUWorker.__init__(self, options, test_results_root)
+ super(RealAUWorker, self).__init__(options, test_results_root)
self.remote = options.remote
if not self.remote: cros_lib.Die('We require a remote address for tests.')
« no previous file with comments | « au_test_harness/parallel_test_job.py ('k') | au_test_harness/update_exception.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698