mailr22560 - /trunk/devel_scripts/python_multiversion_test_suite.py


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

Header


Content

Posted by edward on March 27, 2014 - 11:20:
Author: bugman
Date: Thu Mar 27 11:20:20 2014
New Revision: 22560

URL: http://svn.gna.org/viewcvs/relax?rev=22560&view=rev
Log:
Modified the python_multiversion_test_suite.py script to run the relax 
information printout.

This is to test out the info module on multiple Python versions and to have a 
record of the setup of
each Python version.


Modified:
    trunk/devel_scripts/python_multiversion_test_suite.py

Modified: trunk/devel_scripts/python_multiversion_test_suite.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/python_multiversion_test_suite.py?rev=22560&r1=22559&r2=22560&view=diff
==============================================================================
--- trunk/devel_scripts/python_multiversion_test_suite.py       (original)
+++ trunk/devel_scripts/python_multiversion_test_suite.py       Thu Mar 27 
11:20:20 2014
@@ -80,5 +80,8 @@
     # Build the C modules for the current Python version.
     execute_sh('devel_scripts/manual_c_module.py %s' % (version), log=LOG, 
err=LOG)
 
+    # Run the relax information printout, for testing that code path.
+    execute_sh('~/bin/python%s relax -i' % (version), log=LOG, err=LOG)
+
     # Run the test suite.
     execute_sh('~/bin/python%s relax -x' % (version), log=LOG, err=LOG)




Related Messages


Powered by MHonArc, Updated Thu Mar 27 11:40:02 2014