[svn] Run the cleanup script after the test even if there's no more comparing to do. trunk

Sun, 20 Jan 2008 09:22:13 -0500

author
brett
date
Sun, 20 Jan 2008 09:22:13 -0500
branch
trunk
changeset 50
71bdbc1148af
parent 49
c76dd2716113
child 51
f1789e6586d8

[svn] Run the cleanup script after the test even if there's no more comparing to do.

tests/compare.py file | annotate | diff | comparison | revisions
--- a/tests/compare.py	Sun Jan 20 04:02:19 2008 -0500
+++ b/tests/compare.py	Sun Jan 20 09:22:13 2008 -0500
@@ -192,6 +192,7 @@
         if self.baseline:
             return self.compare_results(actual)
         else:
+            self.clean()
             return self.show_status('Passed')
 
     def run(self):

mercurial