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