# HG changeset patch # User brett # Date 1200838933 18000 # Node ID 71bdbc1148af9b7b1b215e579a6a492f03fe8771 # Parent c76dd2716113dcdd2f684221b0d1b19f2741ed89 [svn] Run the cleanup script after the test even if there's no more comparing to do. diff -r c76dd2716113 -r 71bdbc1148af tests/compare.py --- 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):