mailr22881 - /trunk/test_suite/verification_tests/library.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 29, 2014 - 18:51:
Author: bugman
Date: Tue Apr 29 18:51:03 2014
New Revision: 22881

URL: http://svn.gna.org/viewcvs/relax?rev=22881&view=rev
Log:
Improved the error reporting from the Library.test_library_independence 
verification test.


Modified:
    trunk/test_suite/verification_tests/library.py

Modified: trunk/test_suite/verification_tests/library.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/verification_tests/library.py?rev=22881&r1=22880&r2=22881&view=diff
==============================================================================
--- trunk/test_suite/verification_tests/library.py      (original)
+++ trunk/test_suite/verification_tests/library.py      Tue Apr 29 18:51:03 
2014
@@ -213,6 +213,8 @@
             # Write.
             sys.stderr.write(line)
 
-        # An import failure occurred.
+        # An import failure occurred, so print the error message and fail.
         if len(err_lines):
+            for line in err_lines:
+                print(line)
             self.fail()




Related Messages


Powered by MHonArc, Updated Tue Apr 29 20:00:03 2014