| 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.
|
|
|