mailr25847 - /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 15, 2014 - 16:49:
Author: bugman
Date: Mon Sep 15 16:49:17 2014
New Revision: 25847

URL: http://svn.gna.org/viewcvs/relax?rev=25847&view=rev
Log:
Extended the printout for the skipped tests in the test suite.

As tests using the NMRPipe showApod software are skipped and listed in this 
table, the text now
includes 'software' in the list.


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=25847&r1=25846&r2=25847&view=diff
==============================================================================
--- trunk/test_suite/test_suite_runner.py       (original)
+++ trunk/test_suite/test_suite_runner.py       Mon Sep 15 16:49:17 2014
@@ -373,7 +373,7 @@
             return
 
         # Header.
-        print("Tests skipped due to missing packages/modules:\n")
+        print("Tests skipped due to missing optional 
packages/modules/software:\n")
         header = "%-30s" % "Module" 
         if len(system_count):
             header = "%s %20s" % (header, "System test count")




Related Messages


Powered by MHonArc, Updated Mon Sep 15 17:20:02 2014