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

Unified Diff: client/bin/harness.py

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 11 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
Index: client/bin/harness.py
diff --git a/client/bin/harness.py b/client/bin/harness.py
index b4c9dfd4fdad861645e11282d4f7c8f73a471a80..bcb4f966969734be85975eea2164aef1df3da7fd 100644
--- a/client/bin/harness.py
+++ b/client/bin/harness.py
@@ -5,7 +5,7 @@ The interface between the client and the server when hosted.
__author__ = """Copyright Andy Whitcroft 2006"""
-import os, sys
+import os, sys, logging
import common
class harness(object):
@@ -86,6 +86,8 @@ def select(which, job):
if not which:
which = 'standalone'
+ logging.debug('Selected harness: %s' % which)
+
harness_name = 'harness_%s' % which
harness_module = common.setup_modules.import_module(harness_name,
'autotest_lib.client.bin')
« cli/job.py ('K') | « client/bin/base_sysinfo.py ('k') | client/bin/job.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698