[Erp5-report] r40446 luke -	/erp5/trunk/buildout/tests/assertSoftware.py
    nobody at svn.erp5.org 
    nobody at svn.erp5.org
       
    Mon Nov 22 10:48:42 CET 2010
    
    
  
Author: luke
Date: Mon Nov 22 10:48:42 2010
New Revision: 40446
URL: http://svn.erp5.org?rev=40446&view=rev
Log:
 - ignore ldd warning about not being executable
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=40446&r1=40445&r2=40446&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 22 10:48:42 2010
@@ -106,6 +106,8 @@ def readLddInfoList(f):
       else:
         # linux-vdso.so.1 =>  (0x00007fffa7fff000)
         a(lib)
+    elif 'warning: you do not have execution permission for' in line:
+      pass
     elif line:
       # /lib64/ld-linux-x86-64.so.2 (0x00007f77fd400000)
       a(line.split()[0])
    
    
More information about the Erp5-report
mailing list