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

Unified Diff: client/bin/harness_ABAT.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
Index: client/bin/harness_ABAT.py
diff --git a/client/bin/harness_ABAT.py b/client/bin/harness_ABAT.py
index 4fdcf7b169c7eafaa639847ccc83aa799db35842..2ee8694e9c7db9326ba6fc327607d1cebe0452ab 100644
--- a/client/bin/harness_ABAT.py
+++ b/client/bin/harness_ABAT.py
@@ -131,7 +131,8 @@ class harness_ABAT(harness.harness):
self.__send("DONE")
- def test_status_detail(self, code, subdir, operation, msg, tag):
+ def test_status_detail(self, code, subdir, operation, msg, tag,
+ optional_fields):
"""A test within this job is completing (detail)"""
# Send the first line with the status code as a STATUS message.

Powered by Google App Engine
This is Rietveld 408576698