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/9193ee6b
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/tree/9193ee6b
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver-qa/diff/9193ee6b

Branch: refs/heads/master
Commit: 9193ee6b12c372ca8cf4a62c4c4aa70a47e3629c
Parents: 4e51f73
Author: Thomas Jackson <[email protected]>
Authored: Fri Jan 9 10:14:54 2015 -0800
Committer: Thomas Jackson <[email protected]>
Committed: Fri Jan 9 10:14:54 2015 -0800

----------------------------------------------------------------------
 tsqa/test_cases.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver-qa/blob/9193ee6b/tsqa/test_cases.py
----------------------------------------------------------------------
diff --git a/tsqa/test_cases.py b/tsqa/test_cases.py
index 9708f0c..3fe70af 100644
--- a/tsqa/test_cases.py
+++ b/tsqa/test_cases.py
@@ -90,7 +90,7 @@ class EnvironmentCase(unittest.TestCase):
         # call parent destructor
         super(EnvironmentCase, cls).tearDownClass()
         # if the test was successful, tear down the env
-        if self.__successful:
+        if cls.__successful:
             cls.environment.destroy()  # this will tear down any processes 
that we started
 
     # Some helpful properties

Reply via email to