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):
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits