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

Unified Diff: client/bin/harness.py

Issue 6883035: Merge remote branch 'autotest-upstream/master' into autotest-merge (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: 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 | « no previous file | client/bin/harness_ABAT.py » ('j') | client/profilers/perf/perf.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/harness.py
diff --git a/client/bin/harness.py b/client/bin/harness.py
index 6265ca2c543ce30be2ddebad7969ee96cd99b609..d8a5191a8c6b224cb900047f1e587f80ee1c8d6f 100644
--- a/client/bin/harness.py
+++ b/client/bin/harness.py
@@ -77,7 +77,8 @@ class harness(object):
pass
- def test_status_detail(self, code, subdir, operation, status, tag):
+ def test_status_detail(self, code, subdir, operation, status, tag,
+ optional_fields):
"""A test within this job is completing (detail)"""
pass
« no previous file with comments | « no previous file | client/bin/harness_ABAT.py » ('j') | client/profilers/perf/perf.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698