Author: bugman
Date: Mon Oct 13 16:30:13 2014
New Revision: 26256

URL: http://svn.gna.org/viewcvs/relax?rev=26256&view=rev
Log:
The devel_scripts/python_multiversion_test_suite.py script now runs relax with 
the --time flag.

This is for quicker identification of failure points.  It will also force the 
sys.stdout buffer to
be flushed more often on Python 2.5 so that it does not appear as if the tests 
have frozen.


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=26256&r1=26255&r2=26256&view=diff
==============================================================================
--- trunk/devel_scripts/python_multiversion_test_suite.py       (original)
+++ trunk/devel_scripts/python_multiversion_test_suite.py       Mon Oct 13 
16:30:13 2014
@@ -85,4 +85,4 @@
     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)
+    execute_sh('~/bin/python%s relax -x --time' % (version), log=LOG, err=LOG)


_______________________________________________
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

Reply via email to