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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 15 17:04:59 CET 2010


Author: luke
Date: Mon Nov 15 17:04:59 2010
New Revision: 40281

URL: http://svn.erp5.org?rev=40281&view=rev
Log:
 - initalise values in case of unset condition

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=40281&r1=40280&r2=40281&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Mon Nov 15 17:04:59 2010
@@ -42,6 +42,8 @@ def readElfAsDict(f):
   if popen.returncode != 0:
     raise AssertionError(result)
   library_list = []
+  rpath_list = []
+  runpath_list = []
   for l in result.split('\n'):
     if '(NEEDED)' in l:
       library_list.append(l.split(':')[1].strip(' []').split('.so')[0])




More information about the Erp5-report mailing list