tests/run-tests.py
changeset 21436 4528e95345d7
parent 21435 f376f56a354e
child 21437 d9532be2fc4d
--- a/tests/run-tests.py	Sun Apr 20 12:45:44 2014 -0700
+++ b/tests/run-tests.py	Sat May 17 12:35:44 2014 -0700
@@ -1340,6 +1340,10 @@
                 else:
                     self.fail('Unknown test result code: %s' % code)
 
+            # We need this proxy until tearDown() is implemented.
+            def cleanup(self):
+                return t.cleanup()
+
         return MercurialTest(test)
 
     def _cleanup(self):