[Erp5-report] r40649 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 10:13:04 CET 2010


Author: luke
Date: Thu Nov 25 10:12:59 2010
New Revision: 40649

URL: http://svn.erp5.org?rev=40649&view=rev
Log:
 - remove ugly, developer oriented hack (not approved)

Modified:
    erp5/trunk/buildout/tests/assertSoftware.py

Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40649&r1=40648&r2=40649&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 10:12:59 2010
@@ -1467,10 +1467,6 @@ class AssertPysvn(AssertSoftwareMixin):
 
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
-    if os.environ.get('SKIP_ASSERT_LINKED_INTERNALLY', '0') != '0':
-      # allows developers to skip long test (portable way to being able run on
-      # ancient pythons)
-      return
     result_dict = {}
     root = os.path.join(os.path.abspath(os.curdir), 'parts')
     for dirpath, dirlist, filelist in os.walk(root):




More information about the Erp5-report mailing list