[Erp5-report] r40462 luke -	/erp5/trunk/buildout/tests/assertSoftware.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Mon Nov 22 14:10:38 CET 2010
    
    
  
Author: luke
Date: Mon Nov 22 14:10:38 2010
New Revision: 40462
URL: http://svn.erp5.org?rev=40462&view=rev
Log:
 - ignore broken links
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=40462&r1=40461&r2=40462&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 14:10:38 2010
@@ -112,6 +112,9 @@ def readLddInfoList(f):
         a(lib)
     elif 'warning: you do not have execution permission for' in line:
       pass
+    elif 'No such file or directory' in line:
+      # ignore broken links
+      pass
     elif line:
       # /lib64/ld-linux-x86-64.so.2 (0x00007f77fd400000)
       a(line.split()[0])
    
    
More information about the Erp5-report
mailing list