mailr22533 - /trunk/test_suite/relax_test_runner.py


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

Header


Content

Posted by edward on March 26, 2014 - 16:22:
Author: bugman
Date: Wed Mar 26 16:22:18 2014
New Revision: 22533

URL: http://svn.gna.org/viewcvs/relax?rev=22533&view=rev
Log:
Removed the full stop from the printout of the test names in the test suite.

This allows for quicker copying and pasting of the test name when running 
with the --time option and
then selecting a single test to run.


Modified:
    trunk/test_suite/relax_test_runner.py

Modified: trunk/test_suite/relax_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/relax_test_runner.py?rev=22533&r1=22532&r2=22533&view=diff
==============================================================================
--- trunk/test_suite/relax_test_runner.py       (original)
+++ trunk/test_suite/relax_test_runner.py       Wed Mar 26 16:22:18 2014
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2008-2013 Edward d'Auvergne                                  
 #
+# Copyright (C) 2008-2014 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -168,7 +168,7 @@
         test_name = "%s.%s" % (test_name[-2], test_name[-1])
 
         # The printout.
-        self.stream.write('  %7.2f s for %s.\n' % (-self.time, test_name))
+        self.stream.write('  %7.2f s for %s\n' % (-self.time, test_name))
 
 
 




Related Messages


Powered by MHonArc, Updated Wed Mar 26 17:40:02 2014