mailr25924 - /trunk/test_suite/test_suite_runner.py


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

Header


Content

Posted by edward on September 19, 2014 - 17:24:
Author: bugman
Date: Fri Sep 19 17:24:51 2014
New Revision: 25924

URL: http://svn.gna.org/viewcvs/relax?rev=25924&view=rev
Log:
Changed the missing package/module/software table in the test suite.

This is to allow all names to fit and to update the column titles for 
software packages.


Modified:
    trunk/test_suite/test_suite_runner.py

Modified: trunk/test_suite/test_suite_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/test_suite_runner.py?rev=25924&r1=25923&r2=25924&view=diff
==============================================================================
--- trunk/test_suite/test_suite_runner.py       (original)
+++ trunk/test_suite/test_suite_runner.py       Fri Sep 19 17:24:51 2014
@@ -374,7 +374,7 @@
 
         # Header.
         print("Tests skipped due to missing optional 
packages/modules/software:\n")
-        header = "%-30s" % "Module" 
+        header = "%-33s" % "Module/package/software" 
         if len(system_count):
             header = "%s %20s" % (header, "System test count")
         if len(unit_count):
@@ -389,7 +389,7 @@
 
         # The table.
         for module in missing_modules:
-            text = "%-30s" % module
+            text = "%-33s" % module
             if len(system_count):
                 text = "%s %20s" % (text, system_count[module])
             if len(unit_count):




Related Messages


Powered by MHonArc, Updated Fri Sep 19 17:40:02 2014