| Index: bin/au_test_harness/au_test.py
|
| diff --git a/bin/au_test_harness/au_test.py b/bin/au_test_harness/au_test.py
|
| index c0a7de3264ce3e8b71cbcaa1d5543e8420d11447..47aad12500a257163be27d3456288262ac36f4eb 100644
|
| --- a/bin/au_test_harness/au_test.py
|
| +++ b/bin/au_test_harness/au_test.py
|
| @@ -25,6 +25,7 @@ class AUTest(unittest.TestCase):
|
| See documentation for au_worker for more information.
|
| """
|
| test_results_root = None
|
| + public_key_managers = []
|
|
|
| @classmethod
|
| def ProcessOptions(cls, options, use_dummy_worker):
|
|
|