mailr4352 - /1.3/test_suite/system_tests/__init__.py


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

Header


Content

Posted by edward on January 05, 2008 - 18:12:
Author: bugman
Date: Sat Jan  5 18:12:16 2008
New Revision: 4352

URL: http://svn.gna.org/viewcvs/relax?rev=4352&view=rev
Log:
The results of the new system/functional test framework is now returned.


Modified:
    1.3/test_suite/system_tests/__init__.py

Modified: 1.3/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/__init__.py?rev=4352&r1=4351&r2=4352&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/__init__.py (original)
+++ 1.3/test_suite/system_tests/__init__.py Sat Jan  5 18:12:16 2008
@@ -67,4 +67,7 @@
             test.relax = self.relax
 
         # Run the test suite.
-        RelaxTestRunner().run(suite)
+        results = RelaxTestRunner().run(suite)
+
+        # Return the status of the tests.
+        return results.wasSuccessful()




Related Messages


Powered by MHonArc, Updated Sat Jan 05 18:40:17 2008