fix typo
Project: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/commit/9def2fb9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/tree/9def2fb9 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/diff/9def2fb9 Branch: refs/heads/master Commit: 9def2fb97b17b88357c2969d9aaf3242008a8cd4 Parents: bf84255 Author: kangli <[email protected]> Authored: Thu Jan 15 08:49:14 2015 +0000 Committer: kangli <[email protected]> Committed: Thu Jan 15 08:49:14 2015 +0000 ---------------------------------------------------------------------- tsqa/test_cases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver-qa/blob/9def2fb9/tsqa/test_cases.py ---------------------------------------------------------------------- diff --git a/tsqa/test_cases.py b/tsqa/test_cases.py index 35319a8..a5e6e2e 100644 --- a/tsqa/test_cases.py +++ b/tsqa/test_cases.py @@ -23,7 +23,7 @@ class EnvironmentCase(unittest.TestCase): def run(self, result=None): unittest.TestCase.run(self, result) - self.__successful &= result.result.wasSuccessful() + self.__successful &= result.wasSuccessful() @classmethod def setUpClass(cls):
