[Checkins] SVN: z3c.recipe.compattest/trunk/ reverted my last commit, the tests failed

Fabio Tranchitella kobold at kobold.it
Mon Aug 17 10:23:15 EDT 2009


Log message for revision 102893:
  reverted my last commit, the tests failed

Changed:
  U   z3c.recipe.compattest/trunk/CHANGES.txt
  U   z3c.recipe.compattest/trunk/setup.py
  U   z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/runner.py

-=-
Modified: z3c.recipe.compattest/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.compattest/trunk/CHANGES.txt	2009-08-17 13:31:22 UTC (rev 102892)
+++ z3c.recipe.compattest/trunk/CHANGES.txt	2009-08-17 14:23:14 UTC (rev 102893)
@@ -2,13 +2,6 @@
 CHANGES
 =======
 
-0.9 (unreleased)
-================
-
-- Runner: set the exit code to 1 in case of failures, needed to simplify
-  buildbot and shell scripts.
-
-
 0.8 (2009-08-17)
 ================
 

Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2009-08-17 13:31:22 UTC (rev 102892)
+++ z3c.recipe.compattest/trunk/setup.py	2009-08-17 14:23:14 UTC (rev 102893)
@@ -1,4 +1,4 @@
-version = '0.9.0dev'
+version = '0.8.0'
 
 import os
 from setuptools import setup, find_packages

Modified: z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/runner.py
===================================================================
--- z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/runner.py	2009-08-17 13:31:22 UTC (rev 102892)
+++ z3c.recipe.compattest/trunk/src/z3c/recipe/compattest/runner.py	2009-08-17 14:23:14 UTC (rev 102893)
@@ -113,7 +113,3 @@
         pass
     else:
         pickle.dump(stats, stat_file)
-
-    # exit code
-    if failures:
-        sys.exit(1)



More information about the Checkins mailing list